public final class SegmentDimensionFilter
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 |
|---|
SegmentDimensionFilter() |
| Modifier and Type | Method and Description |
|---|---|
SegmentDimensionFilter |
clone() |
java.lang.Boolean |
getCaseSensitive()
Should the match be case sensitive, ignored for `IN_LIST` operator.
|
java.lang.String |
getDimensionName()
Name of the dimension for which the filter is being applied.
|
java.util.List<java.lang.String> |
getExpressions()
The list of expressions, only the first element is used for all operators
|
java.lang.String |
getMaxComparisonValue()
Maximum comparison values for `BETWEEN` match type.
|
java.lang.String |
getMinComparisonValue()
Minimum comparison values for `BETWEEN` match type.
|
java.lang.String |
getOperator()
The operator to use to match the dimension with the expressions.
|
SegmentDimensionFilter |
set(java.lang.String fieldName,
java.lang.Object value) |
SegmentDimensionFilter |
setCaseSensitive(java.lang.Boolean caseSensitive)
Should the match be case sensitive, ignored for `IN_LIST` operator.
|
SegmentDimensionFilter |
setDimensionName(java.lang.String dimensionName)
Name of the dimension for which the filter is being applied.
|
SegmentDimensionFilter |
setExpressions(java.util.List<java.lang.String> expressions)
The list of expressions, only the first element is used for all operators
|
SegmentDimensionFilter |
setMaxComparisonValue(java.lang.String maxComparisonValue)
Maximum comparison values for `BETWEEN` match type.
|
SegmentDimensionFilter |
setMinComparisonValue(java.lang.String minComparisonValue)
Minimum comparison values for `BETWEEN` match type.
|
SegmentDimensionFilter |
setOperator(java.lang.String operator)
The operator to use to match the dimension with the expressions.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getCaseSensitive()
null for nonepublic SegmentDimensionFilter setCaseSensitive(java.lang.Boolean caseSensitive)
caseSensitive - caseSensitive or null for nonepublic java.lang.String getDimensionName()
null for nonepublic SegmentDimensionFilter setDimensionName(java.lang.String dimensionName)
dimensionName - dimensionName or null for nonepublic java.util.List<java.lang.String> getExpressions()
null for nonepublic SegmentDimensionFilter setExpressions(java.util.List<java.lang.String> expressions)
expressions - expressions or null for nonepublic java.lang.String getMaxComparisonValue()
null for nonepublic SegmentDimensionFilter setMaxComparisonValue(java.lang.String maxComparisonValue)
maxComparisonValue - maxComparisonValue or null for nonepublic java.lang.String getMinComparisonValue()
null for nonepublic SegmentDimensionFilter setMinComparisonValue(java.lang.String minComparisonValue)
minComparisonValue - minComparisonValue or null for nonepublic java.lang.String getOperator()
null for nonepublic SegmentDimensionFilter setOperator(java.lang.String operator)
operator - operator or null for nonepublic SegmentDimensionFilter set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SegmentDimensionFilter clone()
clone in class com.google.api.client.json.GenericJson