public static final class Person.Emails
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Emails() |
| Modifier and Type | Method and Description |
|---|---|
Person.Emails |
clone() |
java.lang.String |
getType()
The type of address.
|
java.lang.String |
getValue()
The email address.
|
Person.Emails |
set(java.lang.String fieldName,
java.lang.Object value) |
Person.Emails |
setType(java.lang.String type)
The type of address.
|
Person.Emails |
setValue(java.lang.String value)
The email address.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getType()
null for nonepublic Person.Emails setType(java.lang.String type)
type - type or null for nonepublic java.lang.String getValue()
null for nonepublic Person.Emails setValue(java.lang.String value)
value - value or null for nonepublic Person.Emails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Person.Emails clone()
clone in class com.google.api.client.json.GenericJson