public static final class Person.Urls
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Person.Urls() |
Modifier and Type | Method and Description |
---|---|
Person.Urls |
clone() |
java.lang.String |
getLabel()
The label of the URL.
|
java.lang.String |
getType()
The type of URL.
|
java.lang.String |
getValue()
The URL value.
|
Person.Urls |
set(java.lang.String fieldName,
java.lang.Object value) |
Person.Urls |
setLabel(java.lang.String label)
The label of the URL.
|
Person.Urls |
setType(java.lang.String type)
The type of URL.
|
Person.Urls |
setValue(java.lang.String value)
The URL value.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getLabel()
null
for nonepublic Person.Urls setLabel(java.lang.String label)
label
- label or null
for nonepublic java.lang.String getType()
null
for nonepublic Person.Urls setType(java.lang.String type)
type
- type or null
for nonepublic java.lang.String getValue()
null
for nonepublic Person.Urls setValue(java.lang.String value)
value
- value or null
for nonepublic Person.Urls set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Person.Urls clone()
clone
in class com.google.api.client.json.GenericJson