public static final class Activity.PlusObject.Attachments.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.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.Image |
set(java.lang.String fieldName,
java.lang.Object value) |
Activity.PlusObject.Attachments.Image |
setHeight(java.lang.Long height)
The height, in pixels, of the linked resource.
|
Activity.PlusObject.Attachments.Image |
setType(java.lang.String type)
Media type of the link.
|
Activity.PlusObject.Attachments.Image |
setUrl(java.lang.String url)
Image URL.
|
Activity.PlusObject.Attachments.Image |
setWidth(java.lang.Long width)
The width, in pixels, of the linked resource.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Long getHeight()
null
for nonepublic Activity.PlusObject.Attachments.Image setHeight(java.lang.Long height)
height
- height or null
for nonepublic java.lang.String getType()
null
for nonepublic Activity.PlusObject.Attachments.Image setType(java.lang.String type)
type
- type or null
for nonepublic java.lang.String getUrl()
null
for nonepublic Activity.PlusObject.Attachments.Image setUrl(java.lang.String url)
url
- url or null
for nonepublic java.lang.Long getWidth()
null
for nonepublic Activity.PlusObject.Attachments.Image setWidth(java.lang.Long width)
width
- width or null
for nonepublic Activity.PlusObject.Attachments.Image set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Activity.PlusObject.Attachments.Image clone()
clone
in class com.google.api.client.json.GenericJson