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