public final class PathReportDimensionValue
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 |
|---|
PathReportDimensionValue() |
| Modifier and Type | Method and Description |
|---|---|
PathReportDimensionValue |
clone() |
String |
getDimensionName()
The name of the dimension.
|
List<String> |
getIds()
The possible ID's associated with the value if available.
|
String |
getKind()
The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
|
String |
getMatchType()
Determines how the 'value' field is matched when filtering.
|
List<String> |
getValues()
The possible values of the dimension.
|
PathReportDimensionValue |
set(String fieldName,
Object value) |
PathReportDimensionValue |
setDimensionName(String dimensionName)
The name of the dimension.
|
PathReportDimensionValue |
setIds(List<String> ids)
The possible ID's associated with the value if available.
|
PathReportDimensionValue |
setKind(String kind)
The kind of resource this is, in this case dfareporting#pathReportDimensionValue.
|
PathReportDimensionValue |
setMatchType(String matchType)
Determines how the 'value' field is matched when filtering.
|
PathReportDimensionValue |
setValues(List<String> values)
The possible values 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 PathReportDimensionValue setDimensionName(String dimensionName)
dimensionName - dimensionName or null for nonepublic List<String> getIds()
null for nonepublic PathReportDimensionValue setIds(List<String> ids)
ids - ids or null for nonepublic String getKind()
null for nonepublic PathReportDimensionValue setKind(String kind)
kind - kind or null for nonepublic String getMatchType()
null for nonepublic PathReportDimensionValue setMatchType(String matchType)
matchType - matchType or null for nonepublic List<String> getValues()
null for nonepublic PathReportDimensionValue setValues(List<String> values)
values - values or null for nonepublic PathReportDimensionValue set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PathReportDimensionValue clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.