public final class MapsListResponse 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 |
|---|
MapsListResponse() |
| Modifier and Type | Method and Description |
|---|---|
MapsListResponse |
clone() |
byte[] |
decodeNextPageToken()
Next page token.
|
MapsListResponse |
encodeNextPageToken(byte[] nextPageToken)
Next page token.
|
List<Map> |
getMaps()
Resources returned.
|
String |
getNextPageToken()
Next page token.
|
MapsListResponse |
set(String fieldName,
Object value) |
MapsListResponse |
setMaps(List<Map> maps)
Resources returned.
|
MapsListResponse |
setNextPageToken(String nextPageToken)
Next page token.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic MapsListResponse setMaps(List<Map> maps)
maps - maps or null for nonepublic String getNextPageToken()
null for nonedecodeNextPageToken()public byte[] decodeNextPageToken()
null for nonegetNextPageToken()public MapsListResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for none#encodeNextPageToken()public MapsListResponse encodeNextPageToken(byte[] nextPageToken)
The value is encoded Base64 or {@code null} for none.
public MapsListResponse set(String fieldName, Object value)
set in class GenericJsonpublic MapsListResponse clone()
clone in class GenericJson