public final class ThirdPartyTrackingUrl
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 |
|---|
ThirdPartyTrackingUrl() |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyTrackingUrl |
clone() |
java.lang.String |
getThirdPartyUrlType()
Third-party URL type for in-stream video creatives.
|
java.lang.String |
getUrl()
URL for the specified third-party URL type.
|
ThirdPartyTrackingUrl |
set(java.lang.String fieldName,
java.lang.Object value) |
ThirdPartyTrackingUrl |
setThirdPartyUrlType(java.lang.String thirdPartyUrlType)
Third-party URL type for in-stream video creatives.
|
ThirdPartyTrackingUrl |
setUrl(java.lang.String url)
URL for the specified third-party URL type.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getThirdPartyUrlType()
null for nonepublic ThirdPartyTrackingUrl setThirdPartyUrlType(java.lang.String thirdPartyUrlType)
thirdPartyUrlType - thirdPartyUrlType or null for nonepublic java.lang.String getUrl()
null for nonepublic ThirdPartyTrackingUrl setUrl(java.lang.String url)
url - url or null for nonepublic ThirdPartyTrackingUrl set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ThirdPartyTrackingUrl clone()
clone in class com.google.api.client.json.GenericJson