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