public final class ClickThroughUrl
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 |
|---|
ClickThroughUrl() |
| Modifier and Type | Method and Description |
|---|---|
ClickThroughUrl |
clone() |
java.lang.String |
getComputedClickThroughUrl()
Read-only convenience field representing the actual URL that will be used for this click-
through.
|
java.lang.String |
getCustomClickThroughUrl()
Custom click-through URL.
|
java.lang.Boolean |
getDefaultLandingPage()
Whether the campaign default landing page is used.
|
java.lang.Long |
getLandingPageId()
ID of the landing page for the click-through URL.
|
ClickThroughUrl |
set(java.lang.String fieldName,
java.lang.Object value) |
ClickThroughUrl |
setComputedClickThroughUrl(java.lang.String computedClickThroughUrl)
Read-only convenience field representing the actual URL that will be used for this click-
through.
|
ClickThroughUrl |
setCustomClickThroughUrl(java.lang.String customClickThroughUrl)
Custom click-through URL.
|
ClickThroughUrl |
setDefaultLandingPage(java.lang.Boolean defaultLandingPage)
Whether the campaign default landing page is used.
|
ClickThroughUrl |
setLandingPageId(java.lang.Long landingPageId)
ID of the landing page for the click-through URL.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getComputedClickThroughUrl()
null for nonepublic ClickThroughUrl setComputedClickThroughUrl(java.lang.String computedClickThroughUrl)
computedClickThroughUrl - computedClickThroughUrl or null for nonepublic java.lang.String getCustomClickThroughUrl()
null for nonepublic ClickThroughUrl setCustomClickThroughUrl(java.lang.String customClickThroughUrl)
customClickThroughUrl - customClickThroughUrl or null for nonepublic java.lang.Boolean getDefaultLandingPage()
null for nonepublic ClickThroughUrl setDefaultLandingPage(java.lang.Boolean defaultLandingPage)
defaultLandingPage - defaultLandingPage or null for nonepublic java.lang.Long getLandingPageId()
null for nonepublic ClickThroughUrl setLandingPageId(java.lang.Long landingPageId)
landingPageId - landingPageId or null for nonepublic ClickThroughUrl set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ClickThroughUrl clone()
clone in class com.google.api.client.json.GenericJson