public final class PathReportCompatibleFields
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 |
|---|
PathReportCompatibleFields() |
| Modifier and Type | Method and Description |
|---|---|
PathReportCompatibleFields |
clone() |
List<Dimension> |
getChannelGroupings()
Dimensions which are compatible to be selected in the "channelGroupings" section of the report.
|
List<Dimension> |
getDimensions()
Dimensions which are compatible to be selected in the "dimensions" section of the report.
|
String |
getKind()
The kind of resource this is, in this case dfareporting#pathReportCompatibleFields.
|
List<Metric> |
getMetrics()
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
List<Dimension> |
getPathFilters()
Dimensions which are compatible to be selected in the "pathFilters" section of the report.
|
PathReportCompatibleFields |
set(String fieldName,
Object value) |
PathReportCompatibleFields |
setChannelGroupings(List<Dimension> channelGroupings)
Dimensions which are compatible to be selected in the "channelGroupings" section of the report.
|
PathReportCompatibleFields |
setDimensions(List<Dimension> dimensions)
Dimensions which are compatible to be selected in the "dimensions" section of the report.
|
PathReportCompatibleFields |
setKind(String kind)
The kind of resource this is, in this case dfareporting#pathReportCompatibleFields.
|
PathReportCompatibleFields |
setMetrics(List<Metric> metrics)
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
PathReportCompatibleFields |
setPathFilters(List<Dimension> pathFilters)
Dimensions which are compatible to be selected in the "pathFilters" section of the report.
|
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 List<Dimension> getChannelGroupings()
null for nonepublic PathReportCompatibleFields setChannelGroupings(List<Dimension> channelGroupings)
channelGroupings - channelGroupings or null for nonepublic List<Dimension> getDimensions()
null for nonepublic PathReportCompatibleFields setDimensions(List<Dimension> dimensions)
dimensions - dimensions or null for nonepublic String getKind()
null for nonepublic PathReportCompatibleFields setKind(String kind)
kind - kind or null for nonepublic List<Metric> getMetrics()
null for nonepublic PathReportCompatibleFields setMetrics(List<Metric> metrics)
metrics - metrics or null for nonepublic List<Dimension> getPathFilters()
null for nonepublic PathReportCompatibleFields setPathFilters(List<Dimension> pathFilters)
pathFilters - pathFilters or null for nonepublic PathReportCompatibleFields set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PathReportCompatibleFields clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.