com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PathCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Report.PathCriteria |
clone() |
List<DimensionValue> |
getActivityFilters()
The list of 'dfa:activity' values to filter on.
|
ChannelGrouping |
getCustomChannelGrouping()
Channel Grouping.
|
DateRange |
getDateRange()
The date range this report should be run for.
|
List<SortedDimension> |
getDimensions()
The list of dimensions the report should include.
|
DimensionValue |
getFloodlightConfigId()
The floodlight ID for which to show data in this report.
|
List<String> |
getMetricNames()
The list of names of metrics the report should include.
|
List<PathFilter> |
getPathFilters()
Path Filters.
|
Report.PathCriteria |
set(String fieldName,
Object value) |
Report.PathCriteria |
setActivityFilters(List<DimensionValue> activityFilters)
The list of 'dfa:activity' values to filter on.
|
Report.PathCriteria |
setCustomChannelGrouping(ChannelGrouping customChannelGrouping)
Channel Grouping.
|
Report.PathCriteria |
setDateRange(DateRange dateRange)
The date range this report should be run for.
|
Report.PathCriteria |
setDimensions(List<SortedDimension> dimensions)
The list of dimensions the report should include.
|
Report.PathCriteria |
setFloodlightConfigId(DimensionValue floodlightConfigId)
The floodlight ID for which to show data in this report.
|
Report.PathCriteria |
setMetricNames(List<String> metricNames)
The list of names of metrics the report should include.
|
Report.PathCriteria |
setPathFilters(List<PathFilter> pathFilters)
Path Filters.
|
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<DimensionValue> getActivityFilters()
null for nonepublic Report.PathCriteria setActivityFilters(List<DimensionValue> activityFilters)
activityFilters - activityFilters or null for nonepublic ChannelGrouping getCustomChannelGrouping()
null for nonepublic Report.PathCriteria setCustomChannelGrouping(ChannelGrouping customChannelGrouping)
customChannelGrouping - customChannelGrouping or null for nonepublic DateRange getDateRange()
null for nonepublic Report.PathCriteria setDateRange(DateRange dateRange)
dateRange - dateRange or null for nonepublic List<SortedDimension> getDimensions()
null for nonepublic Report.PathCriteria setDimensions(List<SortedDimension> dimensions)
dimensions - dimensions or null for nonepublic DimensionValue getFloodlightConfigId()
null for nonepublic Report.PathCriteria setFloodlightConfigId(DimensionValue floodlightConfigId)
floodlightConfigId - floodlightConfigId or null for nonepublic List<String> getMetricNames()
null for nonepublic Report.PathCriteria setMetricNames(List<String> metricNames)
metricNames - metricNames or null for nonepublic List<PathFilter> getPathFilters()
null for nonepublic Report.PathCriteria setPathFilters(List<PathFilter> pathFilters)
pathFilters - pathFilters or null for nonepublic Report.PathCriteria set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Report.PathCriteria clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.