public final class FeaturesListResponse extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FeaturesListResponse() |
| Modifier and Type | Method and Description |
|---|---|
FeaturesListResponse |
clone() |
Double |
getAllowedQueriesPerSecond()
An indicator of the maximum rate at which queries may be made, if all queries were as expensive
as this query.
|
List<Feature> |
getFeatures()
Resources returned.
|
String |
getNextPageToken()
Next page token.
|
Schema |
getSchema()
The feature schema.
|
String |
getType() |
FeaturesListResponse |
set(String fieldName,
Object value) |
FeaturesListResponse |
setAllowedQueriesPerSecond(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(List<Feature> features)
Resources returned.
|
FeaturesListResponse |
setNextPageToken(String nextPageToken)
Next page token.
|
FeaturesListResponse |
setSchema(Schema schema)
The feature schema.
|
FeaturesListResponse |
setType(String type) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Double getAllowedQueriesPerSecond()
null for nonepublic FeaturesListResponse setAllowedQueriesPerSecond(Double allowedQueriesPerSecond)
allowedQueriesPerSecond - allowedQueriesPerSecond or null for nonepublic FeaturesListResponse setFeatures(List<Feature> features)
features - features or null for nonepublic String getNextPageToken()
null for nonepublic FeaturesListResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic Schema getSchema()
null for nonepublic FeaturesListResponse setSchema(Schema schema)
schema - schema or null for nonepublic String getType()
null for nonepublic FeaturesListResponse setType(String type)
type - type or null for nonepublic FeaturesListResponse set(String fieldName, Object value)
set in class GenericJsonpublic FeaturesListResponse clone()
clone in class GenericJson