public final class TagSetting
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 |
|---|
TagSetting() |
| Modifier and Type | Method and Description |
|---|---|
TagSetting |
clone() |
java.lang.String |
getAdditionalKeyValues()
Additional key-values to be included in tags.
|
java.lang.Boolean |
getIncludeClickThroughUrls()
Whether static landing page URLs should be included in the tags.
|
java.lang.Boolean |
getIncludeClickTracking()
Whether click-tracking string should be included in the tags.
|
java.lang.String |
getKeywordOption()
Option specifying how keywords are embedded in ad tags.
|
TagSetting |
set(java.lang.String fieldName,
java.lang.Object value) |
TagSetting |
setAdditionalKeyValues(java.lang.String additionalKeyValues)
Additional key-values to be included in tags.
|
TagSetting |
setIncludeClickThroughUrls(java.lang.Boolean includeClickThroughUrls)
Whether static landing page URLs should be included in the tags.
|
TagSetting |
setIncludeClickTracking(java.lang.Boolean includeClickTracking)
Whether click-tracking string should be included in the tags.
|
TagSetting |
setKeywordOption(java.lang.String keywordOption)
Option specifying how keywords are embedded in ad tags.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAdditionalKeyValues()
null for nonepublic TagSetting setAdditionalKeyValues(java.lang.String additionalKeyValues)
additionalKeyValues - additionalKeyValues or null for nonepublic java.lang.Boolean getIncludeClickThroughUrls()
null for nonepublic TagSetting setIncludeClickThroughUrls(java.lang.Boolean includeClickThroughUrls)
includeClickThroughUrls - includeClickThroughUrls or null for nonepublic java.lang.Boolean getIncludeClickTracking()
null for nonepublic TagSetting setIncludeClickTracking(java.lang.Boolean includeClickTracking)
includeClickTracking - includeClickTracking or null for nonepublic java.lang.String getKeywordOption()
null for nonepublic TagSetting setKeywordOption(java.lang.String keywordOption)
keywordOption - keywordOption or null for nonepublic TagSetting set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TagSetting clone()
clone in class com.google.api.client.json.GenericJson