com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Result.Image |
clone() |
Integer |
getByteSize()
The size of the image, in bytes.
|
String |
getContextLink()
A URL pointing to the webpage hosting the image.
|
Integer |
getHeight()
The height of the image, in pixels.
|
Integer |
getThumbnailHeight()
The height of the thumbnail image, in pixels.
|
String |
getThumbnailLink()
A URL to the thumbnail image.
|
Integer |
getThumbnailWidth()
The width of the thumbnail image, in pixels.
|
Integer |
getWidth()
The width of the image, in pixels.
|
Result.Image |
set(String fieldName,
Object value) |
Result.Image |
setByteSize(Integer byteSize)
The size of the image, in bytes.
|
Result.Image |
setContextLink(String contextLink)
A URL pointing to the webpage hosting the image.
|
Result.Image |
setHeight(Integer height)
The height of the image, in pixels.
|
Result.Image |
setThumbnailHeight(Integer thumbnailHeight)
The height of the thumbnail image, in pixels.
|
Result.Image |
setThumbnailLink(String thumbnailLink)
A URL to the thumbnail image.
|
Result.Image |
setThumbnailWidth(Integer thumbnailWidth)
The width of the thumbnail image, in pixels.
|
Result.Image |
setWidth(Integer width)
The width of the image, in pixels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getByteSize()
null for nonepublic Result.Image setByteSize(Integer byteSize)
byteSize - byteSize or null for nonepublic String getContextLink()
null for nonepublic Result.Image setContextLink(String contextLink)
contextLink - contextLink or null for nonepublic Integer getHeight()
null for nonepublic Result.Image setHeight(Integer height)
height - height or null for nonepublic Integer getThumbnailHeight()
null for nonepublic Result.Image setThumbnailHeight(Integer thumbnailHeight)
thumbnailHeight - thumbnailHeight or null for nonepublic String getThumbnailLink()
null for nonepublic Result.Image setThumbnailLink(String thumbnailLink)
thumbnailLink - thumbnailLink or null for nonepublic Integer getThumbnailWidth()
null for nonepublic Result.Image setThumbnailWidth(Integer thumbnailWidth)
thumbnailWidth - thumbnailWidth or null for nonepublic Integer getWidth()
null for nonepublic Result.Image setWidth(Integer width)
width - width or null for nonepublic Result.Image set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Result.Image clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.