public final class TargetWindow
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 |
|---|
TargetWindow() |
| Modifier and Type | Method and Description |
|---|---|
TargetWindow |
clone() |
java.lang.String |
getCustomHtml()
User-entered value.
|
java.lang.String |
getTargetWindowOption()
Type of browser window for which the backup image of the flash creative can be displayed.
|
TargetWindow |
set(java.lang.String fieldName,
java.lang.Object value) |
TargetWindow |
setCustomHtml(java.lang.String customHtml)
User-entered value.
|
TargetWindow |
setTargetWindowOption(java.lang.String targetWindowOption)
Type of browser window for which the backup image of the flash creative can be displayed.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCustomHtml()
null for nonepublic TargetWindow setCustomHtml(java.lang.String customHtml)
customHtml - customHtml or null for nonepublic java.lang.String getTargetWindowOption()
null for nonepublic TargetWindow setTargetWindowOption(java.lang.String targetWindowOption)
targetWindowOption - targetWindowOption or null for nonepublic TargetWindow set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TargetWindow clone()
clone in class com.google.api.client.json.GenericJson