public static final class Person.Cover.CoverPhoto
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CoverPhoto() |
| Modifier and Type | Method and Description |
|---|---|
Person.Cover.CoverPhoto |
clone() |
java.lang.Integer |
getHeight()
The height of the image.
|
java.lang.String |
getUrl()
The URL of the image.
|
java.lang.Integer |
getWidth()
The width of the image.
|
Person.Cover.CoverPhoto |
set(java.lang.String fieldName,
java.lang.Object value) |
Person.Cover.CoverPhoto |
setHeight(java.lang.Integer height)
The height of the image.
|
Person.Cover.CoverPhoto |
setUrl(java.lang.String url)
The URL of the image.
|
Person.Cover.CoverPhoto |
setWidth(java.lang.Integer width)
The width of the image.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getHeight()
null for nonepublic Person.Cover.CoverPhoto setHeight(java.lang.Integer height)
height - height or null for nonepublic java.lang.String getUrl()
null for nonepublic Person.Cover.CoverPhoto setUrl(java.lang.String url)
url - url or null for nonepublic java.lang.Integer getWidth()
null for nonepublic Person.Cover.CoverPhoto setWidth(java.lang.Integer width)
width - width or null for nonepublic Person.Cover.CoverPhoto set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Person.Cover.CoverPhoto clone()
clone in class com.google.api.client.json.GenericJson