public final class DimensionValue
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 |
|---|
DimensionValue() |
| Modifier and Type | Method and Description |
|---|---|
DimensionValue |
clone() |
String |
getDimensionName()
The name of the dimension.
|
String |
getEtag()
The eTag of this response for caching purposes.
|
String |
getId()
The ID associated with the value if available.
|
String |
getKind()
The kind of resource this is, in this case dfareporting#dimensionValue.
|
String |
getMatchType()
Determines how the 'value' field is matched when filtering.
|
String |
getValue()
The value of the dimension.
|
DimensionValue |
set(String fieldName,
Object value) |
DimensionValue |
setDimensionName(String dimensionName)
The name of the dimension.
|
DimensionValue |
setEtag(String etag)
The eTag of this response for caching purposes.
|
DimensionValue |
setId(String id)
The ID associated with the value if available.
|
DimensionValue |
setKind(String kind)
The kind of resource this is, in this case dfareporting#dimensionValue.
|
DimensionValue |
setMatchType(String matchType)
Determines how the 'value' field is matched when filtering.
|
DimensionValue |
setValue(String value)
The value of the dimension.
|
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 getDimensionName()
null for nonepublic DimensionValue setDimensionName(String dimensionName)
dimensionName - dimensionName or null for nonepublic String getEtag()
null for nonepublic DimensionValue setEtag(String etag)
etag - etag or null for nonepublic String getId()
null for nonepublic DimensionValue setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic DimensionValue setKind(String kind)
kind - kind or null for nonepublic String getMatchType()
null for nonepublic DimensionValue setMatchType(String matchType)
matchType - matchType or null for nonepublic String getValue()
null for nonepublic DimensionValue setValue(String value)
value - value or null for nonepublic DimensionValue set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DimensionValue clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.