public final class DimensionFilter extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Analytics Reporting API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DimensionFilter() |
| Modifier and Type | Method and Description |
|---|---|
DimensionFilter |
clone() |
Boolean |
getCaseSensitive()
Should the match be case sensitive? Default is false.
|
String |
getDimensionName()
The dimension to filter on.
|
List<String> |
getExpressions()
Strings or regular expression to match against.
|
Boolean |
getNot()
Logical `NOT` operator.
|
String |
getOperator()
How to match the dimension to the expression.
|
DimensionFilter |
set(String fieldName,
Object value) |
DimensionFilter |
setCaseSensitive(Boolean caseSensitive)
Should the match be case sensitive? Default is false.
|
DimensionFilter |
setDimensionName(String dimensionName)
The dimension to filter on.
|
DimensionFilter |
setExpressions(List<String> expressions)
Strings or regular expression to match against.
|
DimensionFilter |
setNot(Boolean not)
Logical `NOT` operator.
|
DimensionFilter |
setOperator(String operator)
How to match the dimension to the expression.
|
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 Boolean getCaseSensitive()
null for nonepublic DimensionFilter setCaseSensitive(Boolean caseSensitive)
caseSensitive - caseSensitive or null for nonepublic String getDimensionName()
null for nonepublic DimensionFilter setDimensionName(String dimensionName)
dimensionName - dimensionName or null for nonepublic List<String> getExpressions()
null for nonepublic DimensionFilter setExpressions(List<String> expressions)
expressions - expressions or null for nonepublic Boolean getNot()
null for nonepublic DimensionFilter setNot(Boolean not)
not - not or null for nonepublic String getOperator()
null for nonepublic DimensionFilter setOperator(String operator)
operator - operator or null for nonepublic DimensionFilter set(String fieldName, Object value)
set in class GenericJsonpublic DimensionFilter clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.