public final class UserDefinedVariableConfiguration
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 |
|---|
UserDefinedVariableConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
UserDefinedVariableConfiguration |
clone() |
java.lang.String |
getDataType()
Data type for the variable.
|
java.lang.String |
getReportName()
User-friendly name for the variable which will appear in reports.
|
java.lang.String |
getVariableType()
Variable name in the tag.
|
UserDefinedVariableConfiguration |
set(java.lang.String fieldName,
java.lang.Object value) |
UserDefinedVariableConfiguration |
setDataType(java.lang.String dataType)
Data type for the variable.
|
UserDefinedVariableConfiguration |
setReportName(java.lang.String reportName)
User-friendly name for the variable which will appear in reports.
|
UserDefinedVariableConfiguration |
setVariableType(java.lang.String variableType)
Variable name in the tag.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDataType()
null for nonepublic UserDefinedVariableConfiguration setDataType(java.lang.String dataType)
dataType - dataType or null for nonepublic java.lang.String getReportName()
null for nonepublic UserDefinedVariableConfiguration setReportName(java.lang.String reportName)
reportName - reportName or null for nonepublic java.lang.String getVariableType()
null for nonepublic UserDefinedVariableConfiguration setVariableType(java.lang.String variableType)
variableType - variableType or null for nonepublic UserDefinedVariableConfiguration set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UserDefinedVariableConfiguration clone()
clone in class com.google.api.client.json.GenericJson