public final class DefaultClickThroughEventTagProperties
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 |
|---|
DefaultClickThroughEventTagProperties() |
| Modifier and Type | Method and Description |
|---|---|
DefaultClickThroughEventTagProperties |
clone() |
java.lang.Long |
getDefaultClickThroughEventTagId()
ID of the click-through event tag to apply to all ads in this entity's scope.
|
java.lang.Boolean |
getOverrideInheritedEventTag()
Whether this entity should override the inherited default click-through event tag with its own
defined value.
|
DefaultClickThroughEventTagProperties |
set(java.lang.String fieldName,
java.lang.Object value) |
DefaultClickThroughEventTagProperties |
setDefaultClickThroughEventTagId(java.lang.Long defaultClickThroughEventTagId)
ID of the click-through event tag to apply to all ads in this entity's scope.
|
DefaultClickThroughEventTagProperties |
setOverrideInheritedEventTag(java.lang.Boolean overrideInheritedEventTag)
Whether this entity should override the inherited default click-through event tag with its own
defined value.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic DefaultClickThroughEventTagProperties()
public java.lang.Long getDefaultClickThroughEventTagId()
null for nonepublic DefaultClickThroughEventTagProperties setDefaultClickThroughEventTagId(java.lang.Long defaultClickThroughEventTagId)
defaultClickThroughEventTagId - defaultClickThroughEventTagId or null for nonepublic java.lang.Boolean getOverrideInheritedEventTag()
null for nonepublic DefaultClickThroughEventTagProperties setOverrideInheritedEventTag(java.lang.Boolean overrideInheritedEventTag)
overrideInheritedEventTag - overrideInheritedEventTag or null for nonepublic DefaultClickThroughEventTagProperties set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DefaultClickThroughEventTagProperties clone()
clone in class com.google.api.client.json.GenericJson