public static final class Goal.EventDetails.EventConditions extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EventConditions() |
| Modifier and Type | Method and Description |
|---|---|
Goal.EventDetails.EventConditions |
clone() |
String |
getComparisonType()
Type of comparison.
|
Long |
getComparisonValue()
Value used for this comparison.
|
String |
getExpression()
Expression used for this match.
|
String |
getMatchType()
Type of the match to be performed.
|
String |
getType()
Type of this event condition.
|
Goal.EventDetails.EventConditions |
set(String fieldName,
Object value) |
Goal.EventDetails.EventConditions |
setComparisonType(String comparisonType)
Type of comparison.
|
Goal.EventDetails.EventConditions |
setComparisonValue(Long comparisonValue)
Value used for this comparison.
|
Goal.EventDetails.EventConditions |
setExpression(String expression)
Expression used for this match.
|
Goal.EventDetails.EventConditions |
setMatchType(String matchType)
Type of the match to be performed.
|
Goal.EventDetails.EventConditions |
setType(String type)
Type of this event condition.
|
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 String getComparisonType()
null for nonepublic Goal.EventDetails.EventConditions setComparisonType(String comparisonType)
comparisonType - comparisonType or null for nonepublic Long getComparisonValue()
null for nonepublic Goal.EventDetails.EventConditions setComparisonValue(Long comparisonValue)
comparisonValue - comparisonValue or null for nonepublic String getExpression()
null for nonepublic Goal.EventDetails.EventConditions setExpression(String expression)
expression - expression or null for nonepublic String getMatchType()
null for nonepublic Goal.EventDetails.EventConditions setMatchType(String matchType)
matchType - matchType or null for nonepublic String getType()
null for nonepublic Goal.EventDetails.EventConditions setType(String type)
type - type or null for nonepublic Goal.EventDetails.EventConditions set(String fieldName, Object value)
set in class GenericJsonpublic Goal.EventDetails.EventConditions clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.