public static final class Person.Cover.CoverPhoto extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Person.Cover.CoverPhoto() |
Modifier and Type | Method and Description |
---|---|
Person.Cover.CoverPhoto |
clone() |
Integer |
getHeight()
The height of the image.
|
String |
getUrl()
The URL of the image.
|
Integer |
getWidth()
The width of the image.
|
Person.Cover.CoverPhoto |
set(String fieldName,
Object value) |
Person.Cover.CoverPhoto |
setHeight(Integer height)
The height of the image.
|
Person.Cover.CoverPhoto |
setUrl(String url)
The URL of the image.
|
Person.Cover.CoverPhoto |
setWidth(Integer width)
The width of the image.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Integer getHeight()
null
for nonepublic Person.Cover.CoverPhoto setHeight(Integer height)
height
- height or null
for nonepublic String getUrl()
null
for nonepublic Person.Cover.CoverPhoto setUrl(String url)
url
- url or null
for nonepublic Integer getWidth()
null
for nonepublic Person.Cover.CoverPhoto setWidth(Integer width)
width
- width or null
for nonepublic Person.Cover.CoverPhoto set(String fieldName, Object value)
set
in class GenericJson
public Person.Cover.CoverPhoto clone()
clone
in class GenericJson