public final class ClickTag
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 |
|---|
ClickTag() |
| Modifier and Type | Method and Description |
|---|---|
ClickTag |
clone() |
CreativeClickThroughUrl |
getClickThroughUrl()
Parameter value for the specified click tag.
|
java.lang.String |
getEventName()
Advertiser event name associated with the click tag.
|
java.lang.String |
getName()
Parameter name for the specified click tag.
|
ClickTag |
set(java.lang.String fieldName,
java.lang.Object value) |
ClickTag |
setClickThroughUrl(CreativeClickThroughUrl clickThroughUrl)
Parameter value for the specified click tag.
|
ClickTag |
setEventName(java.lang.String eventName)
Advertiser event name associated with the click tag.
|
ClickTag |
setName(java.lang.String name)
Parameter name for the specified click tag.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic CreativeClickThroughUrl getClickThroughUrl()
null for nonepublic ClickTag setClickThroughUrl(CreativeClickThroughUrl clickThroughUrl)
clickThroughUrl - clickThroughUrl or null for nonepublic java.lang.String getEventName()
null for nonepublic ClickTag setEventName(java.lang.String eventName)
eventName - eventName or null for nonepublic java.lang.String getName()
null for nonepublic ClickTag setName(java.lang.String name)
name - name or null for nonepublic ClickTag set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ClickTag clone()
clone in class com.google.api.client.json.GenericJson