public final class Raster 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 |
|---|
Raster() |
| Modifier and Type | Method and Description |
|---|---|
Raster |
clone() |
AcquisitionTime |
getAcquisitionTime()
The acquisition time of this Raster.
|
Object |
getAttribution()
The name of the attribution to be used for this Raster.
|
List<Double> |
getBbox()
A rectangular bounding box which contains all of the data in this Raster.
|
DateTime |
getCreationTime()
The creation time of this raster.
|
String |
getDescription()
The description of this Raster, 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.
|
List<File> |
getFiles()
The files associated with this Raster.
|
String |
getId()
A globally unique ID, used to refer to this Raster.
|
DateTime |
getLastModifiedTime()
The last modified time of this raster.
|
String |
getMaskType()
The mask processing type of this Raster.
|
String |
getName()
The name of this Raster, supplied by the author.
|
String |
getProcessingStatus()
The processing status of this Raster.
|
String |
getProjectId()
The ID of the project that this Raster is in.
|
String |
getRasterType()
The type of this Raster.
|
List<String> |
getTags()
Tags of this Raster.
|
Raster |
set(String fieldName,
Object value) |
Raster |
setAcquisitionTime(AcquisitionTime acquisitionTime)
The acquisition time of this Raster.
|
Raster |
setAttribution(Object attribution)
The name of the attribution to be used for this Raster.
|
Raster |
setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this Raster.
|
Raster |
setCreationTime(DateTime creationTime)
The creation time of this raster.
|
Raster |
setDescription(String description)
The description of this Raster, supplied by the author.
|
Raster |
setDraftAccessList(String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Raster |
setEtag(String etag)
The ETag, used to refer to the current version of the asset.
|
Raster |
setFiles(List<File> files)
The files associated with this Raster.
|
Raster |
setId(String id)
A globally unique ID, used to refer to this Raster.
|
Raster |
setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this raster.
|
Raster |
setMaskType(String maskType)
The mask processing type of this Raster.
|
Raster |
setName(String name)
The name of this Raster, supplied by the author.
|
Raster |
setProcessingStatus(String processingStatus)
The processing status of this Raster.
|
Raster |
setProjectId(String projectId)
The ID of the project that this Raster is in.
|
Raster |
setRasterType(String rasterType)
The type of this Raster.
|
Raster |
setTags(List<String> tags)
Tags of this Raster.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic AcquisitionTime getAcquisitionTime()
null for nonepublic Raster setAcquisitionTime(AcquisitionTime acquisitionTime)
acquisitionTime - acquisitionTime or null for nonepublic Object getAttribution()
null for nonepublic Raster setAttribution(Object attribution)
attribution - attribution or null for nonepublic List<Double> getBbox()
null for nonepublic Raster setBbox(List<Double> bbox)
bbox - bbox or null for nonepublic DateTime getCreationTime()
null for nonepublic Raster setCreationTime(DateTime creationTime)
creationTime - creationTime or null for nonepublic String getDescription()
null for nonepublic Raster setDescription(String description)
description - description or null for nonepublic String getDraftAccessList()
null for nonepublic Raster setDraftAccessList(String draftAccessList)
draftAccessList - draftAccessList or null for nonepublic String getEtag()
null for nonepublic Raster setEtag(String etag)
etag - etag or null for nonepublic List<File> getFiles()
null for nonepublic Raster setFiles(List<File> files)
files - files or null for nonepublic String getId()
null for nonepublic Raster setId(String id)
id - id or null for nonepublic DateTime getLastModifiedTime()
null for nonepublic Raster setLastModifiedTime(DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic String getMaskType()
null for nonepublic Raster setMaskType(String maskType)
maskType - maskType or null for nonepublic String getName()
null for nonepublic Raster setName(String name)
name - name or null for nonepublic String getProcessingStatus()
null for nonepublic Raster setProcessingStatus(String processingStatus)
processingStatus - processingStatus or null for nonepublic String getProjectId()
null for nonepublic Raster setProjectId(String projectId)
projectId - projectId or null for nonepublic String getRasterType()
null for nonepublic Raster setRasterType(String rasterType)
rasterType - rasterType or null for nonepublic Raster setTags(List<String> tags)
tags - tags or null for nonepublic Raster set(String fieldName, Object value)
set in class GenericJsonpublic Raster clone()
clone in class GenericJson