public final class OmnitureSettings
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 |
|---|
OmnitureSettings() |
| Modifier and Type | Method and Description |
|---|---|
OmnitureSettings |
clone() |
java.lang.Boolean |
getOmnitureCostDataEnabled()
Whether placement cost data will be sent to Omniture.
|
java.lang.Boolean |
getOmnitureIntegrationEnabled()
Whether Omniture integration is enabled.
|
OmnitureSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
OmnitureSettings |
setOmnitureCostDataEnabled(java.lang.Boolean omnitureCostDataEnabled)
Whether placement cost data will be sent to Omniture.
|
OmnitureSettings |
setOmnitureIntegrationEnabled(java.lang.Boolean omnitureIntegrationEnabled)
Whether Omniture integration is enabled.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getOmnitureCostDataEnabled()
null for nonepublic OmnitureSettings setOmnitureCostDataEnabled(java.lang.Boolean omnitureCostDataEnabled)
omnitureCostDataEnabled - omnitureCostDataEnabled or null for nonepublic java.lang.Boolean getOmnitureIntegrationEnabled()
null for nonepublic OmnitureSettings setOmnitureIntegrationEnabled(java.lang.Boolean omnitureIntegrationEnabled)
omnitureIntegrationEnabled - omnitureIntegrationEnabled or null for nonepublic OmnitureSettings set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic OmnitureSettings clone()
clone in class com.google.api.client.json.GenericJson