cfiRange = $cfiRange; } public function getCfiRange() { return $this->cfiRange; } public function setContentVersion($contentVersion) { $this->contentVersion = $contentVersion; } public function getContentVersion() { return $this->contentVersion; } public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) { $this->gbImageRange = $gbImageRange; } public function getGbImageRange() { return $this->gbImageRange; } public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) { $this->gbTextRange = $gbTextRange; } public function getGbTextRange() { return $this->gbTextRange; } }