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