public final class Map
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 |
|---|
Map() |
| Modifier and Type | Method and Description |
|---|---|
Map |
clone() |
java.util.List<java.lang.Double> |
getBbox()
A rectangular bounding box which contains all of the data in this Map.
|
java.util.List<MapItem> |
getContents()
The contents of this Map.
|
com.google.api.client.util.DateTime |
getCreationTime()
The creation time of this map.
|
java.util.List<java.lang.Double> |
getDefaultViewport()
An array of four numbers (west, south, east, north) which defines the rectangular bounding box
of the default viewport.
|
java.lang.String |
getDescription()
The description of this Map, 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.lang.String |
getId()
A globally unique ID, used to refer to this Map.
|
com.google.api.client.util.DateTime |
getLastModifiedTime()
The last modified time of this map.
|
java.lang.String |
getName()
The name of this Map, supplied by the author.
|
java.lang.String |
getProcessingStatus()
The processing status of this map.
|
java.lang.String |
getProjectId()
The ID of the project that this Map is in.
|
java.lang.String |
getPublishedAccessList()
Deprecated: The access list to whom view permissions are granted.
|
java.lang.String |
getPublishingStatus()
The publishing status of this map.
|
java.util.List<java.lang.String> |
getTags()
Tags of this Map.
|
java.util.List<java.lang.String> |
getVersions() |
Map |
set(java.lang.String fieldName,
java.lang.Object value) |
Map |
setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this Map.
|
Map |
setContents(java.util.List<MapItem> contents)
The contents of this Map.
|
Map |
setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this map.
|
Map |
setDefaultViewport(java.util.List<java.lang.Double> defaultViewport)
An array of four numbers (west, south, east, north) which defines the rectangular bounding box
of the default viewport.
|
Map |
setDescription(java.lang.String description)
The description of this Map, supplied by the author.
|
Map |
setDraftAccessList(java.lang.String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Map |
setEtag(java.lang.String etag)
The ETag, used to refer to the current version of the asset.
|
Map |
setId(java.lang.String id)
A globally unique ID, used to refer to this Map.
|
Map |
setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this map.
|
Map |
setName(java.lang.String name)
The name of this Map, supplied by the author.
|
Map |
setProcessingStatus(java.lang.String processingStatus)
The processing status of this map.
|
Map |
setProjectId(java.lang.String projectId)
The ID of the project that this Map is in.
|
Map |
setPublishedAccessList(java.lang.String publishedAccessList)
Deprecated: The access list to whom view permissions are granted.
|
Map |
setPublishingStatus(java.lang.String publishingStatus)
The publishing status of this map.
|
Map |
setTags(java.util.List<java.lang.String> tags)
Tags of this Map.
|
Map |
setVersions(java.util.List<java.lang.String> versions) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.Double> getBbox()
null for nonepublic Map setBbox(java.util.List<java.lang.Double> bbox)
bbox - bbox or null for nonepublic java.util.List<MapItem> getContents()
null for nonepublic Map setContents(java.util.List<MapItem> contents)
contents - contents or null for nonepublic com.google.api.client.util.DateTime getCreationTime()
null for nonepublic Map setCreationTime(com.google.api.client.util.DateTime creationTime)
creationTime - creationTime or null for nonepublic java.util.List<java.lang.Double> getDefaultViewport()
null for nonepublic Map setDefaultViewport(java.util.List<java.lang.Double> defaultViewport)
defaultViewport - defaultViewport or null for nonepublic java.lang.String getDescription()
null for nonepublic Map setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getDraftAccessList()
null for nonepublic Map setDraftAccessList(java.lang.String draftAccessList)
draftAccessList - draftAccessList or null for nonepublic java.lang.String getEtag()
null for nonepublic Map setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.lang.String getId()
null for nonepublic Map setId(java.lang.String id)
id - id or null for nonepublic com.google.api.client.util.DateTime getLastModifiedTime()
null for nonepublic Map setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic java.lang.String getName()
null for nonepublic Map setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getProcessingStatus()
null for nonepublic Map setProcessingStatus(java.lang.String processingStatus)
processingStatus - processingStatus or null for nonepublic java.lang.String getProjectId()
null for nonepublic Map setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic java.lang.String getPublishedAccessList()
null for nonepublic Map setPublishedAccessList(java.lang.String publishedAccessList)
publishedAccessList - publishedAccessList or null for nonepublic java.lang.String getPublishingStatus()
null for nonepublic Map setPublishingStatus(java.lang.String publishingStatus)
publishingStatus - publishingStatus or null for nonepublic java.util.List<java.lang.String> getTags()
null for nonepublic Map setTags(java.util.List<java.lang.String> tags)
tags - tags or null for nonepublic java.util.List<java.lang.String> getVersions()
null for nonepublic Map setVersions(java.util.List<java.lang.String> versions)
versions - versions or null for nonepublic Map set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Map clone()
clone in class com.google.api.client.json.GenericJson