public static final class Activity.PlusObject.Attachments.Thumbnails.Image
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject.Attachments.Thumbnails.Image |
clone() |
java.lang.Long |
getHeight()
The height, in pixels, of the linked resource.
|
java.lang.String |
getType()
Media type of the link.
|
java.lang.String |
getUrl()
Image url.
|
java.lang.Long |
getWidth()
The width, in pixels, of the linked resource.
|
Activity.PlusObject.Attachments.Thumbnails.Image |
set(java.lang.String fieldName,
java.lang.Object value) |
Activity.PlusObject.Attachments.Thumbnails.Image |
setHeight(java.lang.Long height)
The height, in pixels, of the linked resource.
|
Activity.PlusObject.Attachments.Thumbnails.Image |
setType(java.lang.String type)
Media type of the link.
|
Activity.PlusObject.Attachments.Thumbnails.Image |
setUrl(java.lang.String url)
Image url.
|
Activity.PlusObject.Attachments.Thumbnails.Image |
setWidth(java.lang.Long width)
The width, in pixels, of the linked resource.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getHeight()
null for nonepublic Activity.PlusObject.Attachments.Thumbnails.Image setHeight(java.lang.Long height)
height - height or null for nonepublic java.lang.String getType()
null for nonepublic Activity.PlusObject.Attachments.Thumbnails.Image setType(java.lang.String type)
type - type or null for nonepublic java.lang.String getUrl()
null for nonepublic Activity.PlusObject.Attachments.Thumbnails.Image setUrl(java.lang.String url)
url - url or null for nonepublic java.lang.Long getWidth()
null for nonepublic Activity.PlusObject.Attachments.Thumbnails.Image setWidth(java.lang.Long width)
width - width or null for nonepublic Activity.PlusObject.Attachments.Thumbnails.Image set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Activity.PlusObject.Attachments.Thumbnails.Image clone()
clone in class com.google.api.client.json.GenericJson