public final class RasterCollection 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 |
|---|
RasterCollection() |
| Modifier and Type | Method and Description |
|---|---|
RasterCollection |
clone() |
String |
getAttribution()
The name of the attribution to be used for this RasterCollection.
|
List<Double> |
getBbox()
A rectangular bounding box which contains all of the data in this RasterCollection.
|
DateTime |
getCreationTime()
The creation time of this RasterCollection.
|
String |
getCreatorEmail()
The email address of the creator of this raster collection.
|
String |
getDescription()
The description of this RasterCollection, supplied by the author.
|
String |
getDraftAccessList()
Deprecated: The name of an access list of the Map Editor type.
|
String |
getEtag()
The ETag, used to refer to the current version of the asset.
|
String |
getId()
A globally unique ID, used to refer to this RasterCollection.
|
DateTime |
getLastModifiedTime()
The last modified time of this RasterCollection.
|
String |
getLastModifierEmail()
The email address of the last modifier of this raster collection.
|
Boolean |
getMosaic()
True if this RasterCollection is a mosaic.
|
String |
getName()
The name of this RasterCollection, supplied by the author.
|
String |
getProcessingStatus()
The processing status of this RasterCollection.
|
String |
getProjectId()
The ID of the project that this RasterCollection is in.
|
String |
getRasterType()
The type of rasters contained within this RasterCollection.
|
List<String> |
getTags()
Tags of this RasterCollection.
|
Boolean |
getWritersCanEditPermissions()
If true, WRITERs of the asset are able to edit the asset permissions.
|
RasterCollection |
set(String fieldName,
Object value) |
RasterCollection |
setAttribution(String attribution)
The name of the attribution to be used for this RasterCollection.
|
RasterCollection |
setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this RasterCollection.
|
RasterCollection |
setCreationTime(DateTime creationTime)
The creation time of this RasterCollection.
|
RasterCollection |
setCreatorEmail(String creatorEmail)
The email address of the creator of this raster collection.
|
RasterCollection |
setDescription(String description)
The description of this RasterCollection, supplied by the author.
|
RasterCollection |
setDraftAccessList(String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
RasterCollection |
setEtag(String etag)
The ETag, used to refer to the current version of the asset.
|
RasterCollection |
setId(String id)
A globally unique ID, used to refer to this RasterCollection.
|
RasterCollection |
setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this RasterCollection.
|
RasterCollection |
setLastModifierEmail(String lastModifierEmail)
The email address of the last modifier of this raster collection.
|
RasterCollection |
setMosaic(Boolean mosaic)
True if this RasterCollection is a mosaic.
|
RasterCollection |
setName(String name)
The name of this RasterCollection, supplied by the author.
|
RasterCollection |
setProcessingStatus(String processingStatus)
The processing status of this RasterCollection.
|
RasterCollection |
setProjectId(String projectId)
The ID of the project that this RasterCollection is in.
|
RasterCollection |
setRasterType(String rasterType)
The type of rasters contained within this RasterCollection.
|
RasterCollection |
setTags(List<String> tags)
Tags of this RasterCollection.
|
RasterCollection |
setWritersCanEditPermissions(Boolean writersCanEditPermissions)
If true, WRITERs of the asset are able to edit the asset permissions.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getAttribution()
null for nonepublic RasterCollection setAttribution(String attribution)
attribution - attribution or null for nonepublic List<Double> getBbox()
null for nonepublic RasterCollection setBbox(List<Double> bbox)
bbox - bbox or null for nonepublic DateTime getCreationTime()
null for nonepublic RasterCollection setCreationTime(DateTime creationTime)
creationTime - creationTime or null for nonepublic String getCreatorEmail()
null for nonepublic RasterCollection setCreatorEmail(String creatorEmail)
creatorEmail - creatorEmail or null for nonepublic String getDescription()
null for nonepublic RasterCollection setDescription(String description)
description - description or null for nonepublic String getDraftAccessList()
null for nonepublic RasterCollection setDraftAccessList(String draftAccessList)
draftAccessList - draftAccessList or null for nonepublic String getEtag()
null for nonepublic RasterCollection setEtag(String etag)
etag - etag or null for nonepublic String getId()
null for nonepublic RasterCollection setId(String id)
id - id or null for nonepublic DateTime getLastModifiedTime()
null for nonepublic RasterCollection setLastModifiedTime(DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic String getLastModifierEmail()
null for nonepublic RasterCollection setLastModifierEmail(String lastModifierEmail)
lastModifierEmail - lastModifierEmail or null for nonepublic Boolean getMosaic()
null for nonepublic RasterCollection setMosaic(Boolean mosaic)
mosaic - mosaic or null for nonepublic String getName()
null for nonepublic RasterCollection setName(String name)
name - name or null for nonepublic String getProcessingStatus()
null for nonepublic RasterCollection setProcessingStatus(String processingStatus)
processingStatus - processingStatus or null for nonepublic String getProjectId()
null for nonepublic RasterCollection setProjectId(String projectId)
projectId - projectId or null for nonepublic String getRasterType()
null for nonepublic RasterCollection setRasterType(String rasterType)
rasterType - rasterType or null for nonepublic RasterCollection setTags(List<String> tags)
tags - tags or null for nonepublic Boolean getWritersCanEditPermissions()
null for nonepublic RasterCollection setWritersCanEditPermissions(Boolean writersCanEditPermissions)
writersCanEditPermissions - writersCanEditPermissions or null for nonepublic RasterCollection set(String fieldName, Object value)
set in class GenericJsonpublic RasterCollection clone()
clone in class GenericJson