GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Person.Image() |
Modifier and Type | Method and Description |
---|---|
Person.Image |
clone() |
String |
getUrl()
The URL of the person's profile photo.
|
Person.Image |
set(String fieldName,
Object value) |
Person.Image |
setUrl(String url)
The URL of the person's profile photo.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getUrl()
null
for nonepublic Person.Image setUrl(String url)
url
- url or null
for nonepublic Person.Image set(String fieldName, Object value)
set
in class GenericJson
public Person.Image clone()
clone
in class GenericJson