GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Person.Urls() |
Modifier and Type | Method and Description |
---|---|
Person.Urls |
clone() |
String |
getLabel()
The label of the URL.
|
String |
getType()
The type of URL.
|
String |
getValue()
The URL value.
|
Person.Urls |
set(String fieldName,
Object value) |
Person.Urls |
setLabel(String label)
The label of the URL.
|
Person.Urls |
setType(String type)
The type of URL.
|
Person.Urls |
setValue(String value)
The URL value.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getLabel()
null
for nonepublic Person.Urls setLabel(String label)
label
- label or null
for nonepublic String getType()
null
for nonepublic Person.Urls setType(String type)
type
- type or null
for nonepublic String getValue()
null
for nonepublic Person.Urls setValue(String value)
value
- value or null
for nonepublic Person.Urls set(String fieldName, Object value)
set
in class GenericJson
public Person.Urls clone()
clone
in class GenericJson