com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CrossDimensionReachCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Report.CrossDimensionReachCriteria |
clone() |
List<SortedDimension> |
getBreakdown()
The list of dimensions the report should include.
|
DateRange |
getDateRange()
The date range this report should be run for.
|
String |
getDimension()
The dimension option.
|
List<DimensionValue> |
getDimensionFilters()
The list of filters on which dimensions are filtered.
|
List<String> |
getMetricNames()
The list of names of metrics the report should include.
|
List<String> |
getOverlapMetricNames()
The list of names of overlap metrics the report should include.
|
Boolean |
getPivoted()
Whether the report is pivoted or not.
|
Report.CrossDimensionReachCriteria |
set(String fieldName,
Object value) |
Report.CrossDimensionReachCriteria |
setBreakdown(List<SortedDimension> breakdown)
The list of dimensions the report should include.
|
Report.CrossDimensionReachCriteria |
setDateRange(DateRange dateRange)
The date range this report should be run for.
|
Report.CrossDimensionReachCriteria |
setDimension(String dimension)
The dimension option.
|
Report.CrossDimensionReachCriteria |
setDimensionFilters(List<DimensionValue> dimensionFilters)
The list of filters on which dimensions are filtered.
|
Report.CrossDimensionReachCriteria |
setMetricNames(List<String> metricNames)
The list of names of metrics the report should include.
|
Report.CrossDimensionReachCriteria |
setOverlapMetricNames(List<String> overlapMetricNames)
The list of names of overlap metrics the report should include.
|
Report.CrossDimensionReachCriteria |
setPivoted(Boolean pivoted)
Whether the report is pivoted or not.
|
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<SortedDimension> getBreakdown()
null for nonepublic Report.CrossDimensionReachCriteria setBreakdown(List<SortedDimension> breakdown)
breakdown - breakdown or null for nonepublic DateRange getDateRange()
null for nonepublic Report.CrossDimensionReachCriteria setDateRange(DateRange dateRange)
dateRange - dateRange or null for nonepublic String getDimension()
null for nonepublic Report.CrossDimensionReachCriteria setDimension(String dimension)
dimension - dimension or null for nonepublic List<DimensionValue> getDimensionFilters()
null for nonepublic Report.CrossDimensionReachCriteria setDimensionFilters(List<DimensionValue> dimensionFilters)
dimensionFilters - dimensionFilters or null for nonepublic List<String> getMetricNames()
null for nonepublic Report.CrossDimensionReachCriteria setMetricNames(List<String> metricNames)
metricNames - metricNames or null for nonepublic List<String> getOverlapMetricNames()
null for nonepublic Report.CrossDimensionReachCriteria setOverlapMetricNames(List<String> overlapMetricNames)
overlapMetricNames - overlapMetricNames or null for nonepublic Boolean getPivoted()
null for nonepublic Report.CrossDimensionReachCriteria setPivoted(Boolean pivoted)
pivoted - pivoted or null for nonepublic Report.CrossDimensionReachCriteria set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Report.CrossDimensionReachCriteria clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.