public final class CreativeFieldAssignment
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 |
|---|
CreativeFieldAssignment() |
| Modifier and Type | Method and Description |
|---|---|
CreativeFieldAssignment |
clone() |
java.lang.Long |
getCreativeFieldId()
ID of the creative field.
|
java.lang.Long |
getCreativeFieldValueId()
ID of the creative field value.
|
CreativeFieldAssignment |
set(java.lang.String fieldName,
java.lang.Object value) |
CreativeFieldAssignment |
setCreativeFieldId(java.lang.Long creativeFieldId)
ID of the creative field.
|
CreativeFieldAssignment |
setCreativeFieldValueId(java.lang.Long creativeFieldValueId)
ID of the creative field value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getCreativeFieldId()
null for nonepublic CreativeFieldAssignment setCreativeFieldId(java.lang.Long creativeFieldId)
creativeFieldId - creativeFieldId or null for nonepublic java.lang.Long getCreativeFieldValueId()
null for nonepublic CreativeFieldAssignment setCreativeFieldValueId(java.lang.Long creativeFieldValueId)
creativeFieldValueId - creativeFieldValueId or null for nonepublic CreativeFieldAssignment set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeFieldAssignment clone()
clone in class com.google.api.client.json.GenericJson