public static final class Event.Gadget
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Gadget() |
| Modifier and Type | Method and Description |
|---|---|
Event.Gadget |
clone() |
String |
getDisplay()
The gadget's display mode.
|
Integer |
getHeight()
The gadget's height in pixels.
|
String |
getIconLink()
The gadget's icon URL.
|
String |
getLink()
The gadget's URL.
|
Map<String,String> |
getPreferences()
Preferences.
|
String |
getTitle()
The gadget's title.
|
String |
getType()
The gadget's type.
|
Integer |
getWidth()
The gadget's width in pixels.
|
Event.Gadget |
set(String fieldName,
Object value) |
Event.Gadget |
setDisplay(String display)
The gadget's display mode.
|
Event.Gadget |
setHeight(Integer height)
The gadget's height in pixels.
|
Event.Gadget |
setIconLink(String iconLink)
The gadget's icon URL.
|
Event.Gadget |
setLink(String link)
The gadget's URL.
|
Event.Gadget |
setPreferences(Map<String,String> preferences)
Preferences.
|
Event.Gadget |
setTitle(String title)
The gadget's title.
|
Event.Gadget |
setType(String type)
The gadget's type.
|
Event.Gadget |
setWidth(Integer width)
The gadget's width in pixels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDisplay()
null for nonepublic Event.Gadget setDisplay(String display)
display - display or null for nonepublic Integer getHeight()
null for nonepublic Event.Gadget setHeight(Integer height)
height - height or null for nonepublic String getIconLink()
null for nonepublic Event.Gadget setIconLink(String iconLink)
iconLink - iconLink or null for nonepublic String getLink()
null for nonepublic Event.Gadget setLink(String link)
link - link or null for nonepublic Map<String,String> getPreferences()
null for nonepublic Event.Gadget setPreferences(Map<String,String> preferences)
preferences - preferences or null for nonepublic String getTitle()
null for nonepublic Event.Gadget setTitle(String title)
title - title or null for nonepublic String getType()
null for nonepublic Event.Gadget setType(String type)
type - type or null for nonepublic Integer getWidth()
null for nonepublic Event.Gadget setWidth(Integer width)
width - width or null for nonepublic Event.Gadget set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Event.Gadget clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.