public final class AgeRangeType
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the People API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
AgeRangeType() |
| Modifier and Type | Method and Description |
|---|---|
AgeRangeType |
clone() |
java.lang.String |
getAgeRange()
The age range.
|
FieldMetadata |
getMetadata()
Metadata about the age range.
|
AgeRangeType |
set(java.lang.String fieldName,
java.lang.Object value) |
AgeRangeType |
setAgeRange(java.lang.String ageRange)
The age range.
|
AgeRangeType |
setMetadata(FieldMetadata metadata)
Metadata about the age range.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAgeRange()
null for nonepublic AgeRangeType setAgeRange(java.lang.String ageRange)
ageRange - ageRange or null for nonepublic FieldMetadata getMetadata()
null for nonepublic AgeRangeType setMetadata(FieldMetadata metadata)
metadata - metadata or null for nonepublic AgeRangeType set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AgeRangeType clone()
clone in class com.google.api.client.json.GenericJson