public final class CreativeFieldValue
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 |
|---|
CreativeFieldValue() |
| Modifier and Type | Method and Description |
|---|---|
CreativeFieldValue |
clone() |
java.lang.Long |
getId()
ID of this creative field value.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getValue()
Value of this creative field value.
|
CreativeFieldValue |
set(java.lang.String fieldName,
java.lang.Object value) |
CreativeFieldValue |
setId(java.lang.Long id)
ID of this creative field value.
|
CreativeFieldValue |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
CreativeFieldValue |
setValue(java.lang.String value)
Value of this creative field value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getId()
null for nonepublic CreativeFieldValue setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic CreativeFieldValue setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getValue()
null for nonepublic CreativeFieldValue setValue(java.lang.String value)
value - value or null for nonepublic CreativeFieldValue set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeFieldValue clone()
clone in class com.google.api.client.json.GenericJson