public static final class Promotion.Image
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
Promotion.Image |
clone() |
java.lang.Integer |
getHeight() |
java.lang.String |
getSource() |
java.lang.Integer |
getWidth() |
Promotion.Image |
set(java.lang.String fieldName,
java.lang.Object value) |
Promotion.Image |
setHeight(java.lang.Integer height) |
Promotion.Image |
setSource(java.lang.String source) |
Promotion.Image |
setWidth(java.lang.Integer width) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Integer getHeight()
null
for nonepublic Promotion.Image setHeight(java.lang.Integer height)
height
- height or null
for nonepublic java.lang.String getSource()
null
for nonepublic Promotion.Image setSource(java.lang.String source)
source
- source or null
for nonepublic java.lang.Integer getWidth()
null
for nonepublic Promotion.Image setWidth(java.lang.Integer width)
width
- width or null
for nonepublic Promotion.Image set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Promotion.Image clone()
clone
in class com.google.api.client.json.GenericJson