com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Criteria() |
Modifier and Type | Method and Description |
---|---|
Report.Criteria |
clone() |
Activities |
getActivities()
Activity group.
|
CustomRichMediaEvents |
getCustomRichMediaEvents()
Custom Rich Media Events group.
|
DateRange |
getDateRange()
The date range for which this report should be run.
|
List<DimensionValue> |
getDimensionFilters()
The list of filters on which dimensions are filtered.
|
List<SortedDimension> |
getDimensions()
The list of standard dimensions the report should include.
|
List<String> |
getMetricNames()
The list of names of metrics the report should include.
|
Report.Criteria |
set(String fieldName,
Object value) |
Report.Criteria |
setActivities(Activities activities)
Activity group.
|
Report.Criteria |
setCustomRichMediaEvents(CustomRichMediaEvents customRichMediaEvents)
Custom Rich Media Events group.
|
Report.Criteria |
setDateRange(DateRange dateRange)
The date range for which this report should be run.
|
Report.Criteria |
setDimensionFilters(List<DimensionValue> dimensionFilters)
The list of filters on which dimensions are filtered.
|
Report.Criteria |
setDimensions(List<SortedDimension> dimensions)
The list of standard dimensions the report should include.
|
Report.Criteria |
setMetricNames(List<String> metricNames)
The list of names of metrics the report should include.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Activities getActivities()
null
for nonepublic Report.Criteria setActivities(Activities activities)
activities
- activities or null
for nonepublic CustomRichMediaEvents getCustomRichMediaEvents()
null
for nonepublic Report.Criteria setCustomRichMediaEvents(CustomRichMediaEvents customRichMediaEvents)
customRichMediaEvents
- customRichMediaEvents or null
for nonepublic DateRange getDateRange()
null
for nonepublic Report.Criteria setDateRange(DateRange dateRange)
dateRange
- dateRange or null
for nonepublic List<DimensionValue> getDimensionFilters()
null
for nonepublic Report.Criteria setDimensionFilters(List<DimensionValue> dimensionFilters)
dimensionFilters
- dimensionFilters or null
for nonepublic List<SortedDimension> getDimensions()
null
for nonepublic Report.Criteria setDimensions(List<SortedDimension> dimensions)
dimensions
- dimensions or null
for nonepublic List<String> getMetricNames()
null
for nonepublic Report.Criteria setMetricNames(List<String> metricNames)
metricNames
- metricNames or null
for nonepublic Report.Criteria set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Report.Criteria clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.