public final class Image 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 |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Image |
clone() |
AcquisitionTime |
getAcquisitionTime()
The acquisition time of this Raster.
|
String |
getAttribution()
The name of the attribution to be used for this Raster.
|
List<Double> |
getBbox()
An array of four numbers (west, south, east, north) which define the 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()
The Map Editors access list to share this Raster with.
|
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.
|
Image |
set(String fieldName,
Object value) |
Image |
setAcquisitionTime(AcquisitionTime acquisitionTime)
The acquisition time of this Raster.
|
Image |
setAttribution(String attribution)
The name of the attribution to be used for this Raster.
|
Image |
setBbox(List<Double> bbox)
An array of four numbers (west, south, east, north) which define the rectangular bounding box
which contains all of the data in this Raster.
|
Image |
setCreationTime(DateTime creationTime)
The creation time of this raster.
|
Image |
setDescription(String description)
The description of this Raster, supplied by the author.
|
Image |
setDraftAccessList(String draftAccessList)
The Map Editors access list to share this Raster with.
|
Image |
setFiles(List<File> files)
The files associated with this Raster.
|
Image |
setId(String id)
A globally unique ID, used to refer to this Raster.
|
Image |
setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this raster.
|
Image |
setMaskType(String maskType)
The mask processing type of this Raster.
|
Image |
setName(String name)
The name of this Raster, supplied by the author.
|
Image |
setProcessingStatus(String processingStatus)
The processing status of this Raster.
|
Image |
setProjectId(String projectId)
The ID of the project that this Raster is in.
|
Image |
setRasterType(String rasterType)
The type of this Raster.
|
Image |
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 Image setAcquisitionTime(AcquisitionTime acquisitionTime)
acquisitionTime - acquisitionTime or null for nonepublic String getAttribution()
null for nonepublic Image setAttribution(String attribution)
attribution - attribution or null for nonepublic List<Double> getBbox()
null for nonepublic Image setBbox(List<Double> bbox)
bbox - bbox or null for nonepublic DateTime getCreationTime()
null for nonepublic Image setCreationTime(DateTime creationTime)
creationTime - creationTime or null for nonepublic String getDescription()
null for nonepublic Image setDescription(String description)
description - description or null for nonepublic String getDraftAccessList()
null for nonepublic Image setDraftAccessList(String draftAccessList)
draftAccessList - draftAccessList or null for nonepublic List<File> getFiles()
null for nonepublic Image setFiles(List<File> files)
files - files or null for nonepublic String getId()
null for nonepublic Image setId(String id)
id - id or null for nonepublic DateTime getLastModifiedTime()
null for nonepublic Image setLastModifiedTime(DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic String getMaskType()
null for nonepublic Image setMaskType(String maskType)
maskType - maskType or null for nonepublic String getName()
null for nonepublic Image setName(String name)
name - name or null for nonepublic String getProcessingStatus()
null for nonepublic Image setProcessingStatus(String processingStatus)
processingStatus - processingStatus or null for nonepublic String getProjectId()
null for nonepublic Image setProjectId(String projectId)
projectId - projectId or null for nonepublic String getRasterType()
null for nonepublic Image setRasterType(String rasterType)
rasterType - rasterType or null for nonepublic Image setTags(List<String> tags)
tags - tags or null for nonepublic Image set(String fieldName, Object value)
set in class GenericJsonpublic Image clone()
clone in class GenericJson