public static final class Report.FloodlightCriteria
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
Report.FloodlightCriteria.ReportProperties
The properties of the report.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Report.FloodlightCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Report.FloodlightCriteria |
clone() |
java.util.List<DimensionValue> |
getCustomRichMediaEvents()
The list of custom rich media events to include.
|
DateRange |
getDateRange()
The date range this report should be run for.
|
java.util.List<DimensionValue> |
getDimensionFilters()
The list of filters on which dimensions are filtered.
|
java.util.List<SortedDimension> |
getDimensions()
The list of dimensions the report should include.
|
DimensionValue |
getFloodlightConfigId()
The floodlight ID for which to show data in this report.
|
java.util.List<java.lang.String> |
getMetricNames()
The list of names of metrics the report should include.
|
Report.FloodlightCriteria.ReportProperties |
getReportProperties()
The properties of the report.
|
Report.FloodlightCriteria |
set(java.lang.String fieldName,
java.lang.Object value) |
Report.FloodlightCriteria |
setCustomRichMediaEvents(java.util.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(java.util.List<DimensionValue> dimensionFilters)
The list of filters on which dimensions are filtered.
|
Report.FloodlightCriteria |
setDimensions(java.util.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(java.util.List<java.lang.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, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<DimensionValue> getCustomRichMediaEvents()
null for nonepublic Report.FloodlightCriteria setCustomRichMediaEvents(java.util.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 java.util.List<DimensionValue> getDimensionFilters()
null for nonepublic Report.FloodlightCriteria setDimensionFilters(java.util.List<DimensionValue> dimensionFilters)
dimensionFilters - dimensionFilters or null for nonepublic java.util.List<SortedDimension> getDimensions()
null for nonepublic Report.FloodlightCriteria setDimensions(java.util.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 java.util.List<java.lang.String> getMetricNames()
null for nonepublic Report.FloodlightCriteria setMetricNames(java.util.List<java.lang.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(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Report.FloodlightCriteria clone()
clone in class com.google.api.client.json.GenericJson