com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Promotion.Image |
clone() |
Integer |
getHeight()
Image height in pixels.
|
String |
getSource()
URL of the image for this promotion link.
|
Integer |
getWidth()
Image width in pixels.
|
Promotion.Image |
set(String fieldName,
Object value) |
Promotion.Image |
setHeight(Integer height)
Image height in pixels.
|
Promotion.Image |
setSource(String source)
URL of the image for this promotion link.
|
Promotion.Image |
setWidth(Integer width)
Image 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 Integer getHeight()
null for nonepublic Promotion.Image setHeight(Integer height)
height - height or null for nonepublic String getSource()
null for nonepublic Promotion.Image setSource(String source)
source - source or null for nonepublic Integer getWidth()
null for nonepublic Promotion.Image setWidth(Integer width)
width - width or null for nonepublic Promotion.Image set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Promotion.Image clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.