Modifier and Type | Class and Description |
---|---|
static class |
Report.FloodlightCriteria.ReportProperties
The properties of the report.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
FloodlightCriteria() |
Modifier and Type | Method and Description |
---|---|
Report.FloodlightCriteria |
clone() |
List<DimensionValue> |
getCustomRichMediaEvents()
The list of custom rich media events to include.
|
DateRange |
getDateRange()
The date range this report should be run for.
|
List<DimensionValue> |
getDimensionFilters()
The list of filters on which dimensions are filtered.
|
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.
|
Report.FloodlightCriteria.ReportProperties |
getReportProperties()
The properties of the report.
|
Report.FloodlightCriteria |
set(String fieldName,
Object value) |
Report.FloodlightCriteria |
setCustomRichMediaEvents(List<DimensionValue> customRichMediaEvents)
The list of custom rich media events to include.
|
Report.FloodlightCriteria |
setDateRange(DateRange dateRange)
The date range this report should be run for.
|
Report.FloodlightCriteria |
setDimensionFilters(List<DimensionValue> dimensionFilters)
The list of filters on which dimensions are filtered.
|
Report.FloodlightCriteria |
setDimensions(List<SortedDimension> dimensions)
The list of dimensions the report should include.
|
Report.FloodlightCriteria |
setFloodlightConfigId(DimensionValue floodlightConfigId)
The floodlight ID for which to show data in this report.
|
Report.FloodlightCriteria |
setMetricNames(List<String> metricNames)
The list of names of metrics the report should include.
|
Report.FloodlightCriteria |
setReportProperties(Report.FloodlightCriteria.ReportProperties reportProperties)
The properties of the report.
|
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 List<DimensionValue> getCustomRichMediaEvents()
null
for nonepublic Report.FloodlightCriteria setCustomRichMediaEvents(List<DimensionValue> customRichMediaEvents)
customRichMediaEvents
- customRichMediaEvents or null
for nonepublic DateRange getDateRange()
null
for nonepublic Report.FloodlightCriteria setDateRange(DateRange dateRange)
dateRange
- dateRange or null
for nonepublic List<DimensionValue> getDimensionFilters()
null
for nonepublic Report.FloodlightCriteria setDimensionFilters(List<DimensionValue> dimensionFilters)
dimensionFilters
- dimensionFilters or null
for nonepublic List<SortedDimension> getDimensions()
null
for nonepublic Report.FloodlightCriteria setDimensions(List<SortedDimension> dimensions)
dimensions
- dimensions or null
for nonepublic DimensionValue getFloodlightConfigId()
null
for nonepublic Report.FloodlightCriteria setFloodlightConfigId(DimensionValue floodlightConfigId)
floodlightConfigId
- floodlightConfigId or null
for nonepublic List<String> getMetricNames()
null
for nonepublic Report.FloodlightCriteria setMetricNames(List<String> metricNames)
metricNames
- metricNames or null
for nonepublic Report.FloodlightCriteria.ReportProperties getReportProperties()
null
for nonepublic Report.FloodlightCriteria setReportProperties(Report.FloodlightCriteria.ReportProperties reportProperties)
reportProperties
- reportProperties or null
for nonepublic Report.FloodlightCriteria set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Report.FloodlightCriteria clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.