GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Result.Image() |
Modifier and Type | Method and Description |
---|---|
Result.Image |
clone() |
Integer |
getByteSize() |
String |
getContextLink() |
Integer |
getHeight() |
Integer |
getThumbnailHeight() |
String |
getThumbnailLink() |
Integer |
getThumbnailWidth() |
Integer |
getWidth() |
Result.Image |
set(String fieldName,
Object value) |
Result.Image |
setByteSize(Integer byteSize) |
Result.Image |
setContextLink(String contextLink) |
Result.Image |
setHeight(Integer height) |
Result.Image |
setThumbnailHeight(Integer thumbnailHeight) |
Result.Image |
setThumbnailLink(String thumbnailLink) |
Result.Image |
setThumbnailWidth(Integer thumbnailWidth) |
Result.Image |
setWidth(Integer width) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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 GenericJson
public Result.Image clone()
clone
in class GenericJson