public final class PublishedMapsListResponse 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 |
|---|
PublishedMapsListResponse() |
| Modifier and Type | Method and Description |
|---|---|
PublishedMapsListResponse |
clone() |
byte[] |
decodeNextPageToken()
Next page token.
|
PublishedMapsListResponse |
encodeNextPageToken(byte[] nextPageToken)
Next page token.
|
List<PublishedMap> |
getMaps()
Resources returned.
|
String |
getNextPageToken()
Next page token.
|
PublishedMapsListResponse |
set(String fieldName,
Object value) |
PublishedMapsListResponse |
setMaps(List<PublishedMap> maps)
Resources returned.
|
PublishedMapsListResponse |
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 List<PublishedMap> getMaps()
null for nonepublic PublishedMapsListResponse setMaps(List<PublishedMap> maps)
maps - maps or null for nonepublic String getNextPageToken()
null for nonedecodeNextPageToken()public byte[] decodeNextPageToken()
null for nonegetNextPageToken()public PublishedMapsListResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for none#encodeNextPageToken()public PublishedMapsListResponse encodeNextPageToken(byte[] nextPageToken)
The value is encoded Base64 or {@code null} for none.
public PublishedMapsListResponse set(String fieldName, Object value)
set in class GenericJsonpublic PublishedMapsListResponse clone()
clone in class GenericJson