public final class CreativeGroupAssignment
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 |
|---|
CreativeGroupAssignment() |
| Modifier and Type | Method and Description |
|---|---|
CreativeGroupAssignment |
clone() |
java.lang.Long |
getCreativeGroupId()
ID of the creative group to be assigned.
|
java.lang.String |
getCreativeGroupNumber()
Creative group number of the creative group assignment.
|
CreativeGroupAssignment |
set(java.lang.String fieldName,
java.lang.Object value) |
CreativeGroupAssignment |
setCreativeGroupId(java.lang.Long creativeGroupId)
ID of the creative group to be assigned.
|
CreativeGroupAssignment |
setCreativeGroupNumber(java.lang.String creativeGroupNumber)
Creative group number of the creative group assignment.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getCreativeGroupId()
null for nonepublic CreativeGroupAssignment setCreativeGroupId(java.lang.Long creativeGroupId)
creativeGroupId - creativeGroupId or null for nonepublic java.lang.String getCreativeGroupNumber()
null for nonepublic CreativeGroupAssignment setCreativeGroupNumber(java.lang.String creativeGroupNumber)
creativeGroupNumber - creativeGroupNumber or null for nonepublic CreativeGroupAssignment set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CreativeGroupAssignment clone()
clone in class com.google.api.client.json.GenericJson