public final class Icon 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 |
|---|
Icon() |
| Modifier and Type | Method and Description |
|---|---|
Icon |
clone() |
String |
getDescription()
The description of this Icon, supplied by the author.
|
String |
getId()
An ID used to refer to this Icon.
|
String |
getName()
The name of this Icon, supplied by the author.
|
Icon |
set(String fieldName,
Object value) |
Icon |
setDescription(String description)
The description of this Icon, supplied by the author.
|
Icon |
setId(String id)
An ID used to refer to this Icon.
|
Icon |
setName(String name)
The name of this Icon, supplied by the author.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getDescription()
null for nonepublic Icon setDescription(String description)
description - description or null for nonepublic String getId()
null for nonepublic Icon setId(String id)
id - id or null for nonepublic String getName()
null for nonepublic Icon setName(String name)
name - name or null for nonepublic Icon set(String fieldName, Object value)
set in class GenericJsonpublic Icon clone()
clone in class GenericJson