public final class DfpSettings
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 |
|---|
DfpSettings() |
| Modifier and Type | Method and Description |
|---|---|
DfpSettings |
clone() |
java.lang.String |
getDfpNetworkCode()
DFP network code for this directory site.
|
java.lang.String |
getDfpNetworkName()
DFP network name for this directory site.
|
java.lang.Boolean |
getProgrammaticPlacementAccepted()
Whether this directory site accepts programmatic placements.
|
java.lang.Boolean |
getPublisherPortalOnly()
Whether this directory site is available only via DoubleClick Publisher Portal.
|
java.lang.Boolean |
getPubPaidPlacementAccepted()
Whether this directory site accepts publisher-paid tags.
|
DfpSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
DfpSettings |
setDfpNetworkCode(java.lang.String dfpNetworkCode)
DFP network code for this directory site.
|
DfpSettings |
setDfpNetworkName(java.lang.String dfpNetworkName)
DFP network name for this directory site.
|
DfpSettings |
setProgrammaticPlacementAccepted(java.lang.Boolean programmaticPlacementAccepted)
Whether this directory site accepts programmatic placements.
|
DfpSettings |
setPublisherPortalOnly(java.lang.Boolean publisherPortalOnly)
Whether this directory site is available only via DoubleClick Publisher Portal.
|
DfpSettings |
setPubPaidPlacementAccepted(java.lang.Boolean pubPaidPlacementAccepted)
Whether this directory site accepts publisher-paid tags.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDfpNetworkCode()
null for nonepublic DfpSettings setDfpNetworkCode(java.lang.String dfpNetworkCode)
dfpNetworkCode - dfpNetworkCode or null for nonepublic java.lang.String getDfpNetworkName()
null for nonepublic DfpSettings setDfpNetworkName(java.lang.String dfpNetworkName)
dfpNetworkName - dfpNetworkName or null for nonepublic java.lang.Boolean getProgrammaticPlacementAccepted()
null for nonepublic DfpSettings setProgrammaticPlacementAccepted(java.lang.Boolean programmaticPlacementAccepted)
programmaticPlacementAccepted - programmaticPlacementAccepted or null for nonepublic java.lang.Boolean getPubPaidPlacementAccepted()
null for nonepublic DfpSettings setPubPaidPlacementAccepted(java.lang.Boolean pubPaidPlacementAccepted)
pubPaidPlacementAccepted - pubPaidPlacementAccepted or null for nonepublic java.lang.Boolean getPublisherPortalOnly()
null for nonepublic DfpSettings setPublisherPortalOnly(java.lang.Boolean publisherPortalOnly)
publisherPortalOnly - publisherPortalOnly or null for nonepublic DfpSettings set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DfpSettings clone()
clone in class com.google.api.client.json.GenericJson