public final class Layer
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 |
|---|
Layer() |
| Modifier and Type | Method and Description |
|---|---|
Layer |
clone() |
java.util.List<java.lang.Double> |
getBbox()
A rectangular bounding box which contains all of the data in this Layer.
|
com.google.api.client.util.DateTime |
getCreationTime()
The creation time of this layer.
|
java.util.List<Datasource> |
getDatasources()
An array of datasources used to build this layer.
|
java.lang.String |
getDatasourceType()
The type of the datasources used to build this Layer.
|
java.lang.String |
getDescription()
The description of this Layer, 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 Layer.
|
com.google.api.client.util.DateTime |
getLastModifiedTime()
The last modified time of this layer.
|
java.lang.String |
getName()
The name of this Layer, supplied by the author.
|
java.lang.String |
getProcessingStatus()
The processing status of this layer.
|
java.lang.String |
getProjectId()
The ID of the project that this Layer 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 layer.
|
VectorStyle |
getStyle()
The styling information for a vector layer.
|
java.util.List<java.lang.String> |
getTags()
Tags of this Layer.
|
Layer |
set(java.lang.String fieldName,
java.lang.Object value) |
Layer |
setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this Layer.
|
Layer |
setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this layer.
|
Layer |
setDatasources(java.util.List<Datasource> datasources)
An array of datasources used to build this layer.
|
Layer |
setDatasourceType(java.lang.String datasourceType)
The type of the datasources used to build this Layer.
|
Layer |
setDescription(java.lang.String description)
The description of this Layer, supplied by the author.
|
Layer |
setDraftAccessList(java.lang.String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Layer |
setEtag(java.lang.String etag)
The ETag, used to refer to the current version of the asset.
|
Layer |
setId(java.lang.String id)
A globally unique ID, used to refer to this Layer.
|
Layer |
setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this layer.
|
Layer |
setName(java.lang.String name)
The name of this Layer, supplied by the author.
|
Layer |
setProcessingStatus(java.lang.String processingStatus)
The processing status of this layer.
|
Layer |
setProjectId(java.lang.String projectId)
The ID of the project that this Layer is in.
|
Layer |
setPublishedAccessList(java.lang.String publishedAccessList)
Deprecated: The access list to whom view permissions are granted.
|
Layer |
setPublishingStatus(java.lang.String publishingStatus)
The publishing status of this layer.
|
Layer |
setStyle(VectorStyle style)
The styling information for a vector layer.
|
Layer |
setTags(java.util.List<java.lang.String> tags)
Tags of this Layer.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.Double> getBbox()
null for nonepublic Layer setBbox(java.util.List<java.lang.Double> bbox)
bbox - bbox or null for nonepublic com.google.api.client.util.DateTime getCreationTime()
null for nonepublic Layer setCreationTime(com.google.api.client.util.DateTime creationTime)
creationTime - creationTime or null for nonepublic java.lang.String getDatasourceType()
null for nonepublic Layer setDatasourceType(java.lang.String datasourceType)
datasourceType - datasourceType or null for nonepublic java.util.List<Datasource> getDatasources()
null for nonepublic Layer setDatasources(java.util.List<Datasource> datasources)
datasources - datasources or null for nonepublic java.lang.String getDescription()
null for nonepublic Layer setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getDraftAccessList()
null for nonepublic Layer setDraftAccessList(java.lang.String draftAccessList)
draftAccessList - draftAccessList or null for nonepublic java.lang.String getEtag()
null for nonepublic Layer setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.lang.String getId()
null for nonepublic Layer setId(java.lang.String id)
id - id or null for nonepublic com.google.api.client.util.DateTime getLastModifiedTime()
null for nonepublic Layer setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
lastModifiedTime - lastModifiedTime or null for nonepublic java.lang.String getName()
null for nonepublic Layer setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getProcessingStatus()
null for nonepublic Layer setProcessingStatus(java.lang.String processingStatus)
processingStatus - processingStatus or null for nonepublic java.lang.String getProjectId()
null for nonepublic Layer setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic java.lang.String getPublishedAccessList()
null for nonepublic Layer setPublishedAccessList(java.lang.String publishedAccessList)
publishedAccessList - publishedAccessList or null for nonepublic java.lang.String getPublishingStatus()
null for nonepublic Layer setPublishingStatus(java.lang.String publishingStatus)
publishingStatus - publishingStatus or null for nonepublic VectorStyle getStyle()
null for nonepublic Layer setStyle(VectorStyle style)
style - style or null for nonepublic java.util.List<java.lang.String> getTags()
null for nonepublic Layer setTags(java.util.List<java.lang.String> tags)
tags - tags or null for nonepublic Layer set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Layer clone()
clone in class com.google.api.client.json.GenericJson