public final class DimensionFilter
extends com.google.api.client.json.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 Google Analytics Reporting API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
DimensionFilter() |
| Modifier and Type | Method and Description |
|---|---|
DimensionFilter |
clone() |
java.lang.Boolean |
getCaseSensitive()
Should the match be case sensitive? Default is false.
|
java.lang.String |
getDimensionName()
The dimension to filter on.
|
java.util.List<java.lang.String> |
getExpressions()
Strings or regular expression to match against.
|
java.lang.Boolean |
getNot()
Logical `NOT` operator.
|
java.lang.String |
getOperator()
How to match the dimension to the expression.
|
DimensionFilter |
set(java.lang.String fieldName,
java.lang.Object value) |
DimensionFilter |
setCaseSensitive(java.lang.Boolean caseSensitive)
Should the match be case sensitive? Default is false.
|
DimensionFilter |
setDimensionName(java.lang.String dimensionName)
The dimension to filter on.
|
DimensionFilter |
setExpressions(java.util.List<java.lang.String> expressions)
Strings or regular expression to match against.
|
DimensionFilter |
setNot(java.lang.Boolean not)
Logical `NOT` operator.
|
DimensionFilter |
setOperator(java.lang.String operator)
How to match the dimension to the expression.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getCaseSensitive()
null for nonepublic DimensionFilter setCaseSensitive(java.lang.Boolean caseSensitive)
caseSensitive - caseSensitive or null for nonepublic java.lang.String getDimensionName()
null for nonepublic DimensionFilter setDimensionName(java.lang.String dimensionName)
dimensionName - dimensionName or null for nonepublic java.util.List<java.lang.String> getExpressions()
null for nonepublic DimensionFilter setExpressions(java.util.List<java.lang.String> expressions)
expressions - expressions or null for nonepublic java.lang.Boolean getNot()
null for nonepublic DimensionFilter setNot(java.lang.Boolean not)
not - not or null for nonepublic java.lang.String getOperator()
null for nonepublic DimensionFilter setOperator(java.lang.String operator)
operator - operator or null for nonepublic DimensionFilter set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DimensionFilter clone()
clone in class com.google.api.client.json.GenericJson