public final class PublishedLayer
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 |
|---|
PublishedLayer() |
| Modifier and Type | Method and Description |
|---|---|
PublishedLayer |
clone() |
java.lang.String |
getDescription()
The description of this Layer, supplied by the author.
|
java.lang.String |
getId()
A globally unique ID, used to refer to this Layer.
|
java.lang.String |
getLayerType()
The type of the datasources used to build this Layer.
|
java.lang.String |
getName()
The name of this Layer, supplied by the author.
|
java.lang.String |
getProjectId()
The ID of the project that this Layer is in.
|
PublishedLayer |
set(java.lang.String fieldName,
java.lang.Object value) |
PublishedLayer |
setDescription(java.lang.String description)
The description of this Layer, supplied by the author.
|
PublishedLayer |
setId(java.lang.String id)
A globally unique ID, used to refer to this Layer.
|
PublishedLayer |
setLayerType(java.lang.String layerType)
The type of the datasources used to build this Layer.
|
PublishedLayer |
setName(java.lang.String name)
The name of this Layer, supplied by the author.
|
PublishedLayer |
setProjectId(java.lang.String projectId)
The ID of the project that this Layer is in.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDescription()
null for nonepublic PublishedLayer setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getId()
null for nonepublic PublishedLayer setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getLayerType()
null for nonepublic PublishedLayer setLayerType(java.lang.String layerType)
layerType - layerType or null for nonepublic java.lang.String getName()
null for nonepublic PublishedLayer setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getProjectId()
null for nonepublic PublishedLayer setProjectId(java.lang.String projectId)
projectId - projectId or null for nonepublic PublishedLayer set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PublishedLayer clone()
clone in class com.google.api.client.json.GenericJson