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