public final class Icon
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 |
|---|
Icon() |
| Modifier and Type | Method and Description |
|---|---|
Icon |
clone() |
java.lang.String |
getDescription()
The description of this Icon, supplied by the author.
|
java.lang.String |
getId()
An ID used to refer to this Icon.
|
java.lang.String |
getName()
The name of this Icon, supplied by the author.
|
Icon |
set(java.lang.String fieldName,
java.lang.Object value) |
Icon |
setDescription(java.lang.String description)
The description of this Icon, supplied by the author.
|
Icon |
setId(java.lang.String id)
An ID used to refer to this Icon.
|
Icon |
setName(java.lang.String name)
The name of this Icon, supplied by the author.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDescription()
null for nonepublic Icon setDescription(java.lang.String description)
description - description or null for nonepublic java.lang.String getId()
null for nonepublic Icon setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getName()
null for nonepublic Icon setName(java.lang.String name)
name - name or null for nonepublic Icon set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Icon clone()
clone in class com.google.api.client.json.GenericJson