public static final class Person.PlacesLived
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Person.PlacesLived() |
Modifier and Type | Method and Description |
---|---|
Person.PlacesLived |
clone() |
java.lang.Boolean |
getPrimary()
If "true", this place of residence is this person's primary residence.
|
java.lang.String |
getValue()
A place where this person has lived.
|
Person.PlacesLived |
set(java.lang.String fieldName,
java.lang.Object value) |
Person.PlacesLived |
setPrimary(java.lang.Boolean primary)
If "true", this place of residence is this person's primary residence.
|
Person.PlacesLived |
setValue(java.lang.String value)
A place where this person has lived.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Boolean getPrimary()
null
for nonepublic Person.PlacesLived setPrimary(java.lang.Boolean primary)
primary
- primary or null
for nonepublic java.lang.String getValue()
null
for nonepublic Person.PlacesLived setValue(java.lang.String value)
value
- value or null
for nonepublic Person.PlacesLived set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Person.PlacesLived clone()
clone
in class com.google.api.client.json.GenericJson