public static final class Activity.PlusObject.Attachments.FullImage
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
FullImage() |
| Modifier and Type | Method and Description |
|---|---|
Activity.PlusObject.Attachments.FullImage |
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()
URL of the image.
|
java.lang.Long |
getWidth()
The width, in pixels, of the linked resource.
|
Activity.PlusObject.Attachments.FullImage |
set(java.lang.String fieldName,
java.lang.Object value) |
Activity.PlusObject.Attachments.FullImage |
setHeight(java.lang.Long height)
The height, in pixels, of the linked resource.
|
Activity.PlusObject.Attachments.FullImage |
setType(java.lang.String type)
Media type of the link.
|
Activity.PlusObject.Attachments.FullImage |
setUrl(java.lang.String url)
URL of the image.
|
Activity.PlusObject.Attachments.FullImage |
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.FullImage setHeight(java.lang.Long height)
height - height or null for nonepublic java.lang.String getType()
null for nonepublic Activity.PlusObject.Attachments.FullImage setType(java.lang.String type)
type - type or null for nonepublic java.lang.String getUrl()
null for nonepublic Activity.PlusObject.Attachments.FullImage setUrl(java.lang.String url)
url - url or null for nonepublic java.lang.Long getWidth()
null for nonepublic Activity.PlusObject.Attachments.FullImage setWidth(java.lang.Long width)
width - width or null for nonepublic Activity.PlusObject.Attachments.FullImage set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Activity.PlusObject.Attachments.FullImage clone()
clone in class com.google.api.client.json.GenericJson