| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
MetricFilter |
MetricFilter.clone() |
MetricFilter |
MetricFilter.set(String fieldName,
Object value) |
MetricFilter |
MetricFilter.setComparisonValue(String comparisonValue)
The value to compare against.
|
MetricFilter |
MetricFilter.setMetricName(String metricName)
The metric that will be filtered on.
|
MetricFilter |
MetricFilter.setNot(Boolean not)
Logical `NOT` operator.
|
MetricFilter |
MetricFilter.setOperator(String operator)
Is the metric `EQUAL`, `LESS_THAN` or `GREATER_THAN` the comparisonValue, the default is
`EQUAL`.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricFilter> |
MetricFilterClause.getFilters()
The repeated set of filters.
|
| Modifier and Type | Method and Description |
|---|---|
MetricFilterClause |
MetricFilterClause.setFilters(List<MetricFilter> filters)
The repeated set of filters.
|
Copyright © 2011–2021 Google. All rights reserved.