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 Campaign Manager 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
UserDefinedVariableConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
UserDefinedVariableConfiguration | 
clone()  | 
String | 
getDataType()
Data type for the variable. 
 | 
String | 
getReportName()
User-friendly name for the variable which will appear in reports. 
 | 
String | 
getVariableType()
Variable name in the tag. 
 | 
UserDefinedVariableConfiguration | 
set(String fieldName,
   Object value)  | 
UserDefinedVariableConfiguration | 
setDataType(String dataType)
Data type for the variable. 
 | 
UserDefinedVariableConfiguration | 
setReportName(String reportName)
User-friendly name for the variable which will appear in reports. 
 | 
UserDefinedVariableConfiguration | 
setVariableType(String variableType)
Variable name in the tag. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDataType()
null for nonepublic UserDefinedVariableConfiguration setDataType(String dataType)
dataType - dataType or null for nonepublic String getReportName()
null for nonepublic UserDefinedVariableConfiguration setReportName(String reportName)
reportName - reportName or null for nonepublic String getVariableType()
null for nonepublic UserDefinedVariableConfiguration setVariableType(String variableType)
variableType - variableType or null for nonepublic UserDefinedVariableConfiguration set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UserDefinedVariableConfiguration clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.