public final class Size
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 DCM/DFA Reporting And Trafficking API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Size() |
| Modifier and Type | Method and Description |
|---|---|
Size |
clone() |
java.lang.Integer |
getHeight()
Height of this size.
|
java.lang.Boolean |
getIab()
IAB standard size.
|
java.lang.Long |
getId()
ID of this size.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.Integer |
getWidth()
Width of this size.
|
Size |
set(java.lang.String fieldName,
java.lang.Object value) |
Size |
setHeight(java.lang.Integer height)
Height of this size.
|
Size |
setIab(java.lang.Boolean iab)
IAB standard size.
|
Size |
setId(java.lang.Long id)
ID of this size.
|
Size |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Size |
setWidth(java.lang.Integer width)
Width of this size.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getHeight()
null for nonepublic Size setHeight(java.lang.Integer height)
height - height or null for nonepublic java.lang.Boolean getIab()
null for nonepublic Size setIab(java.lang.Boolean iab)
iab - iab or null for nonepublic java.lang.Long getId()
null for nonepublic Size setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic Size setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.Integer getWidth()
null for nonepublic Size setWidth(java.lang.Integer width)
width - width or null for nonepublic Size set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Size clone()
clone in class com.google.api.client.json.GenericJson