public final class UniversalAdId
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 |
|---|
UniversalAdId() |
| Modifier and Type | Method and Description |
|---|---|
UniversalAdId |
clone() |
java.lang.String |
getRegistry()
Registry used for the Ad ID value.
|
java.lang.String |
getValue()
ID value for this creative.
|
UniversalAdId |
set(java.lang.String fieldName,
java.lang.Object value) |
UniversalAdId |
setRegistry(java.lang.String registry)
Registry used for the Ad ID value.
|
UniversalAdId |
setValue(java.lang.String value)
ID value for this creative.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getRegistry()
null for nonepublic UniversalAdId setRegistry(java.lang.String registry)
registry - registry or null for nonepublic java.lang.String getValue()
null for nonepublic UniversalAdId setValue(java.lang.String value)
value - value or null for nonepublic UniversalAdId set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UniversalAdId clone()
clone in class com.google.api.client.json.GenericJson