public final class RasterCollectionRaster 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 |
|---|
RasterCollectionRaster() |
| Modifier and Type | Method and Description |
|---|---|
RasterCollectionRaster |
clone() |
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 |
getId()
A globally unique ID, used to refer to this Raster.
|
DateTime |
getLastModifiedTime()
The last modified time of this raster.
|
String |
getName()
The name of this Raster, supplied by the author.
|
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.
|
RasterCollectionRaster |
set(String fieldName,
Object value) |
RasterCollectionRaster |
setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this Raster.
|
RasterCollectionRaster |
setCreationTime(DateTime creationTime)
The creation time of this raster.
|
RasterCollectionRaster |
setDescription(String description)
The description of this Raster, supplied by the author.
|
RasterCollectionRaster |
setId(String id)
A globally unique ID, used to refer to this Raster.
|
RasterCollectionRaster |
setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this raster.
|
RasterCollectionRaster |
setName(String name)
The name of this Raster, supplied by the author.
|
RasterCollectionRaster |
setProjectId(String projectId)
The ID of the project that this Raster is in.
|
RasterCollectionRaster |
setRasterType(String rasterType)
The type of this Raster.
|
RasterCollectionRaster |
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 List<Double> getBbox()
null for nonepublic RasterCollectionRaster setBbox(List<Double> bbox)
bbox - bbox or null for nonepublic DateTime getCreationTime()
null for nonepublic RasterCollectionRaster setCreationTime(DateTime creationTime)
creationTime - creationTime or null for nonepublic String getDescription()
null for nonepublic RasterCollectionRaster setDescription(String description)
description - description or null for nonepublic String getId()
null for nonepublic RasterCollectionRaster setId(String id)
id - id or null for nonepublic DateTime getLastModifiedTime()
null for nonepublic RasterCollectionRaster setLastModifiedTime(DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic String getName()
null for nonepublic RasterCollectionRaster setName(String name)
name - name or null for nonepublic String getProjectId()
null for nonepublic RasterCollectionRaster setProjectId(String projectId)
projectId - projectId or null for nonepublic String getRasterType()
null for nonepublic RasterCollectionRaster setRasterType(String rasterType)
rasterType - rasterType or null for nonepublic RasterCollectionRaster setTags(List<String> tags)
tags - tags or null for nonepublic RasterCollectionRaster set(String fieldName, Object value)
set in class GenericJsonpublic RasterCollectionRaster clone()
clone in class GenericJson