public final class FilterExpression
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 Data 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FilterExpression() |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
clone() |
FilterExpressionList |
getAndGroup()
The FilterExpressions in and_group have an AND relationship.
|
Filter |
getFilter()
A primitive filter.
|
FilterExpression |
getNotExpression()
The FilterExpression is NOT of not_expression.
|
FilterExpressionList |
getOrGroup()
The FilterExpressions in or_group have an OR relationship.
|
FilterExpression |
set(String fieldName,
Object value) |
FilterExpression |
setAndGroup(FilterExpressionList andGroup)
The FilterExpressions in and_group have an AND relationship.
|
FilterExpression |
setFilter(Filter filter)
A primitive filter.
|
FilterExpression |
setNotExpression(FilterExpression notExpression)
The FilterExpression is NOT of not_expression.
|
FilterExpression |
setOrGroup(FilterExpressionList orGroup)
The FilterExpressions in or_group have an OR relationship.
|
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 FilterExpressionList getAndGroup()
null for nonepublic FilterExpression setAndGroup(FilterExpressionList andGroup)
andGroup - andGroup or null for nonepublic Filter getFilter()
null for nonepublic FilterExpression setFilter(Filter filter)
filter - filter or null for nonepublic FilterExpression getNotExpression()
null for nonepublic FilterExpression setNotExpression(FilterExpression notExpression)
notExpression - notExpression or null for nonepublic FilterExpressionList getOrGroup()
null for nonepublic FilterExpression setOrGroup(FilterExpressionList orGroup)
orGroup - orGroup or null for nonepublic FilterExpression set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FilterExpression clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.