public final class SegmentDimensionFilter 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 |
|---|
SegmentDimensionFilter() |
| Modifier and Type | Method and Description |
|---|---|
SegmentDimensionFilter |
clone() |
Boolean |
getCaseSensitive()
Should the match be case sensitive, ignored for `IN_LIST` operator.
|
String |
getDimensionName()
Name of the dimension for which the filter is being applied.
|
List<String> |
getExpressions()
The list of expressions, only the first element is used for all operators
|
String |
getMaxComparisonValue()
Maximum comparison values for `BETWEEN` match type.
|
String |
getMinComparisonValue()
Minimum comparison values for `BETWEEN` match type.
|
String |
getOperator()
The operator to use to match the dimension with the expressions.
|
SegmentDimensionFilter |
set(String fieldName,
Object value) |
SegmentDimensionFilter |
setCaseSensitive(Boolean caseSensitive)
Should the match be case sensitive, ignored for `IN_LIST` operator.
|
SegmentDimensionFilter |
setDimensionName(String dimensionName)
Name of the dimension for which the filter is being applied.
|
SegmentDimensionFilter |
setExpressions(List<String> expressions)
The list of expressions, only the first element is used for all operators
|
SegmentDimensionFilter |
setMaxComparisonValue(String maxComparisonValue)
Maximum comparison values for `BETWEEN` match type.
|
SegmentDimensionFilter |
setMinComparisonValue(String minComparisonValue)
Minimum comparison values for `BETWEEN` match type.
|
SegmentDimensionFilter |
setOperator(String operator)
The operator to use to match the dimension with the expressions.
|
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 SegmentDimensionFilter setCaseSensitive(Boolean caseSensitive)
caseSensitive - caseSensitive or null for nonepublic String getDimensionName()
null for nonepublic SegmentDimensionFilter setDimensionName(String dimensionName)
dimensionName - dimensionName or null for nonepublic List<String> getExpressions()
null for nonepublic SegmentDimensionFilter setExpressions(List<String> expressions)
expressions - expressions or null for nonepublic String getMaxComparisonValue()
null for nonepublic SegmentDimensionFilter setMaxComparisonValue(String maxComparisonValue)
maxComparisonValue - maxComparisonValue or null for nonepublic String getMinComparisonValue()
null for nonepublic SegmentDimensionFilter setMinComparisonValue(String minComparisonValue)
minComparisonValue - minComparisonValue or null for nonepublic String getOperator()
null for nonepublic SegmentDimensionFilter setOperator(String operator)
operator - operator or null for nonepublic SegmentDimensionFilter set(String fieldName, Object value)
set in class GenericJsonpublic SegmentDimensionFilter clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.