public final class FeaturesListResponse
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 Google Maps Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
FeaturesListResponse() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesListResponse |
clone() |
java.lang.Double |
getAllowedQueriesPerSecond()
An indicator of the maximum rate at which queries may be made, if all queries were as expensive
as this query.
|
java.util.List<Feature> |
getFeatures()
Resources returned.
|
java.lang.String |
getNextPageToken()
Next page token.
|
Schema |
getSchema()
The feature schema.
|
java.lang.String |
getType() |
FeaturesListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
FeaturesListResponse |
setAllowedQueriesPerSecond(java.lang.Double allowedQueriesPerSecond)
An indicator of the maximum rate at which queries may be made, if all queries were as expensive
as this query.
|
FeaturesListResponse |
setFeatures(java.util.List<Feature> features)
Resources returned.
|
FeaturesListResponse |
setNextPageToken(java.lang.String nextPageToken)
Next page token.
|
FeaturesListResponse |
setSchema(Schema schema)
The feature schema.
|
FeaturesListResponse |
setType(java.lang.String type) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Double getAllowedQueriesPerSecond()
null for nonepublic FeaturesListResponse setAllowedQueriesPerSecond(java.lang.Double allowedQueriesPerSecond)
allowedQueriesPerSecond - allowedQueriesPerSecond or null for nonepublic java.util.List<Feature> getFeatures()
null for nonepublic FeaturesListResponse setFeatures(java.util.List<Feature> features)
features - features or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic FeaturesListResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic Schema getSchema()
null for nonepublic FeaturesListResponse setSchema(Schema schema)
schema - schema or null for nonepublic java.lang.String getType()
null for nonepublic FeaturesListResponse setType(java.lang.String type)
type - type or null for nonepublic FeaturesListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic FeaturesListResponse clone()
clone in class com.google.api.client.json.GenericJson