public static final class App.Icons
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
App.Icons() |
Modifier and Type | Method and Description |
---|---|
App.Icons |
clone() |
java.lang.String |
getCategory()
Category of the icon.
|
java.lang.String |
getIconUrl()
URL for the icon.
|
java.lang.Integer |
getSize()
Size of the icon.
|
App.Icons |
set(java.lang.String fieldName,
java.lang.Object value) |
App.Icons |
setCategory(java.lang.String category)
Category of the icon.
|
App.Icons |
setIconUrl(java.lang.String iconUrl)
URL for the icon.
|
App.Icons |
setSize(java.lang.Integer size)
Size of the icon.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getCategory()
null
for nonepublic App.Icons setCategory(java.lang.String category)
category
- category or null
for nonepublic java.lang.String getIconUrl()
null
for nonepublic App.Icons setIconUrl(java.lang.String iconUrl)
iconUrl
- iconUrl or null
for nonepublic java.lang.Integer getSize()
null
for nonepublic App.Icons setSize(java.lang.Integer size)
size
- size or null
for nonepublic App.Icons set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public App.Icons clone()
clone
in class com.google.api.client.json.GenericJson