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 Campaign Manager 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ClickTag() |
| Modifier and Type | Method and Description |
|---|---|
ClickTag |
clone() |
CreativeClickThroughUrl |
getClickThroughUrl()
Parameter value for the specified click tag.
|
String |
getEventName()
Advertiser event name associated with the click tag.
|
String |
getName()
Parameter name for the specified click tag.
|
ClickTag |
set(String fieldName,
Object value) |
ClickTag |
setClickThroughUrl(CreativeClickThroughUrl clickThroughUrl)
Parameter value for the specified click tag.
|
ClickTag |
setEventName(String eventName)
Advertiser event name associated with the click tag.
|
ClickTag |
setName(String name)
Parameter name for the specified click tag.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CreativeClickThroughUrl getClickThroughUrl()
null for nonepublic ClickTag setClickThroughUrl(CreativeClickThroughUrl clickThroughUrl)
clickThroughUrl - clickThroughUrl or null for nonepublic String getEventName()
null for nonepublic ClickTag setEventName(String eventName)
eventName - eventName or null for nonepublic String getName()
null for nonepublic ClickTag setName(String name)
name - name or null for nonepublic ClickTag set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ClickTag clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.