Google_AnnotationClientVersionRanges
The WordPress Core Google AnnotationClientVersionRanges class.
Defined (1)
The class is defined in the following location(s).
- /google-api-php-client/src/contrib/Google_BooksService.php
- class Google_AnnotationClientVersionRanges extends Google_Model {
- protected $__cfiRangeType = 'Google_BooksAnnotationsRange';
- protected $__cfiRangeDataType = '';
- public $cfiRange;
- public $contentVersion;
- protected $__gbImageRangeType = 'Google_BooksAnnotationsRange';
- protected $__gbImageRangeDataType = '';
- public $gbImageRange;
- protected $__gbTextRangeType = 'Google_BooksAnnotationsRange';
- protected $__gbTextRangeDataType = '';
- public $gbTextRange;
- protected $__imageCfiRangeType = 'Google_BooksAnnotationsRange';
- protected $__imageCfiRangeDataType = '';
- public $imageCfiRange;
- public function setCfiRange(Google_BooksAnnotationsRange $cfiRange) {
- $this->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_BooksAnnotationsRange $gbImageRange) {
- $this->gbImageRange = $gbImageRange;
- }
- public function getGbImageRange() {
- return $this->gbImageRange;
- }
- public function setGbTextRange(Google_BooksAnnotationsRange $gbTextRange) {
- $this->gbTextRange = $gbTextRange;
- }
- public function getGbTextRange() {
- return $this->gbTextRange;
- }
- public function setImageCfiRange(Google_BooksAnnotationsRange $imageCfiRange) {
- $this->imageCfiRange = $imageCfiRange;
- }
- public function getImageCfiRange() {
- return $this->imageCfiRange;
- }
- }