public final class Parameters
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 DoubleClick Bid Manager 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 |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
Parameters |
clone() |
List<FilterPair> |
getFilters()
Filters to limit the scope of reported data.
|
List<String> |
getGroupBys()
Dimensions by which to segment and group the data.
|
List<String> |
getMetrics()
Metrics to define the data populating the report.
|
Options |
getOptions()
Additional report parameter options.
|
String |
getType()
The type of the report.
|
Parameters |
set(String fieldName,
Object value) |
Parameters |
setFilters(List<FilterPair> filters)
Filters to limit the scope of reported data.
|
Parameters |
setGroupBys(List<String> groupBys)
Dimensions by which to segment and group the data.
|
Parameters |
setMetrics(List<String> metrics)
Metrics to define the data populating the report.
|
Parameters |
setOptions(Options options)
Additional report parameter options.
|
Parameters |
setType(String type)
The type 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<FilterPair> getFilters()
null for nonepublic Parameters setFilters(List<FilterPair> filters)
filters - filters or null for nonepublic List<String> getGroupBys()
null for nonepublic Parameters setGroupBys(List<String> groupBys)
groupBys - groupBys or null for nonepublic List<String> getMetrics()
null for nonepublic Parameters setMetrics(List<String> metrics)
metrics - metrics or null for nonepublic Options getOptions()
null for nonepublic Parameters setOptions(Options options)
options - options or null for nonepublic String getType()
null for nonepublic Parameters setType(String type)
type - type or null for nonepublic Parameters set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Parameters clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.