public static final class Annotation.CurrentVersionRanges
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CurrentVersionRanges() |
| Modifier and Type | Method and Description |
|---|---|
Annotation.CurrentVersionRanges |
clone() |
BooksAnnotationsRange |
getCfiRange()
Range in CFI format for this annotation for version above.
|
java.lang.String |
getContentVersion()
Content version applicable to ranges below.
|
BooksAnnotationsRange |
getGbImageRange()
Range in GB image format for this annotation for version above.
|
BooksAnnotationsRange |
getGbTextRange()
Range in GB text format for this annotation for version above.
|
BooksAnnotationsRange |
getImageCfiRange()
Range in image CFI format for this annotation for version above.
|
Annotation.CurrentVersionRanges |
set(java.lang.String fieldName,
java.lang.Object value) |
Annotation.CurrentVersionRanges |
setCfiRange(BooksAnnotationsRange cfiRange)
Range in CFI format for this annotation for version above.
|
Annotation.CurrentVersionRanges |
setContentVersion(java.lang.String contentVersion)
Content version applicable to ranges below.
|
Annotation.CurrentVersionRanges |
setGbImageRange(BooksAnnotationsRange gbImageRange)
Range in GB image format for this annotation for version above.
|
Annotation.CurrentVersionRanges |
setGbTextRange(BooksAnnotationsRange gbTextRange)
Range in GB text format for this annotation for version above.
|
Annotation.CurrentVersionRanges |
setImageCfiRange(BooksAnnotationsRange imageCfiRange)
Range in image CFI format for this annotation for version above.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic BooksAnnotationsRange getCfiRange()
null for nonepublic Annotation.CurrentVersionRanges setCfiRange(BooksAnnotationsRange cfiRange)
cfiRange - cfiRange or null for nonepublic java.lang.String getContentVersion()
null for nonepublic Annotation.CurrentVersionRanges setContentVersion(java.lang.String contentVersion)
contentVersion - contentVersion or null for nonepublic BooksAnnotationsRange getGbImageRange()
null for nonepublic Annotation.CurrentVersionRanges setGbImageRange(BooksAnnotationsRange gbImageRange)
gbImageRange - gbImageRange or null for nonepublic BooksAnnotationsRange getGbTextRange()
null for nonepublic Annotation.CurrentVersionRanges setGbTextRange(BooksAnnotationsRange gbTextRange)
gbTextRange - gbTextRange or null for nonepublic BooksAnnotationsRange getImageCfiRange()
null for nonepublic Annotation.CurrentVersionRanges setImageCfiRange(BooksAnnotationsRange imageCfiRange)
imageCfiRange - imageCfiRange or null for nonepublic Annotation.CurrentVersionRanges set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Annotation.CurrentVersionRanges clone()
clone in class com.google.api.client.json.GenericJson