cfiRange = $cfiRange; } /** * @return BooksAnnotationsRange */ public function getCfiRange() { return $this->cfiRange; } /** * Content version the client sent in. * * @param string $contentVersion */ public function setContentVersion($contentVersion) { $this->contentVersion = $contentVersion; } /** * @return string */ public function getContentVersion() { return $this->contentVersion; } /** * Range in GB image format for this annotation sent by client. * * @param BooksAnnotationsRange $gbImageRange */ public function setGbImageRange(BooksAnnotationsRange $gbImageRange) { $this->gbImageRange = $gbImageRange; } /** * @return BooksAnnotationsRange */ public function getGbImageRange() { return $this->gbImageRange; } /** * Range in GB text format for this annotation sent by client. * * @param BooksAnnotationsRange $gbTextRange */ public function setGbTextRange(BooksAnnotationsRange $gbTextRange) { $this->gbTextRange = $gbTextRange; } /** * @return BooksAnnotationsRange */ public function getGbTextRange() { return $this->gbTextRange; } /** * Range in image CFI format for this annotation sent by client. * * @param BooksAnnotationsRange $imageCfiRange */ public function setImageCfiRange(BooksAnnotationsRange $imageCfiRange) { $this->imageCfiRange = $imageCfiRange; } /** * @return BooksAnnotationsRange */ public function getImageCfiRange() { return $this->imageCfiRange; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AnnotationClientVersionRanges::class, 'Google_Service_Books_AnnotationClientVersionRanges');