public final class RasterCollectionsRaster
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
RasterCollectionsRaster() |
| Modifier and Type | Method and Description |
|---|---|
RasterCollectionsRaster |
clone() |
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 |
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 |
getName()
The name of this Raster, supplied by the author.
|
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.
|
RasterCollectionsRaster |
set(java.lang.String fieldName,
java.lang.Object value) |
RasterCollectionsRaster |
setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this Raster.
|
RasterCollectionsRaster |
setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this raster.
|
RasterCollectionsRaster |
setDescription(java.lang.String description)
The description of this Raster, supplied by the author.
|
RasterCollectionsRaster |
setId(java.lang.String id)
A globally unique ID, used to refer to this Raster.
|
RasterCollectionsRaster |
setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this raster.
|
RasterCollectionsRaster |
setName(java.lang.String name)
The name of this Raster, supplied by the author.
|
RasterCollectionsRaster |
setProjectId(java.lang.String projectId)
The ID of the project that this Raster is in.
|
RasterCollectionsRaster |
setRasterType(java.lang.String rasterType)
The type of this Raster.
|
RasterCollectionsRaster |
setTags(java.util.List<java.lang.String> tags)
Tags of this Raster.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.Double> getBbox()
null for nonepublic RasterCollectionsRaster setBbox(java.util.List<java.lang.Double> bbox)
bbox - bbox or null for nonepublic com.google.api.client.util.DateTime getCreationTime()
null for nonepublic RasterCollectionsRaster setCreationTime(com.google.api.client.util.DateTime creationTime)
creationTime - creationTime or null for nonepublic java.lang.String getDescription()
null for nonepublic RasterCollectionsRaster setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getId()
null for nonepublic RasterCollectionsRaster setId(java.lang.String id)
id - id or null for nonepublic com.google.api.client.util.DateTime getLastModifiedTime()
null for nonepublic RasterCollectionsRaster setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic java.lang.String getName()
null for nonepublic RasterCollectionsRaster setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getProjectId()
null for nonepublic RasterCollectionsRaster setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic java.lang.String getRasterType()
null for nonepublic RasterCollectionsRaster setRasterType(java.lang.String rasterType)
rasterType - rasterType or null for nonepublic java.util.List<java.lang.String> getTags()
null for nonepublic RasterCollectionsRaster setTags(java.util.List<java.lang.String> tags)
tags - tags or null for nonepublic RasterCollectionsRaster set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic RasterCollectionsRaster clone()
clone in class com.google.api.client.json.GenericJson