| Modifier and Type | Class and Description |
|---|---|
static class |
Goal.EventDetails.EventConditions
Model definition for GoalEventDetailsEventConditions.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EventDetails() |
| Modifier and Type | Method and Description |
|---|---|
Goal.EventDetails |
clone() |
List<Goal.EventDetails.EventConditions> |
getEventConditions()
List of event conditions.
|
Boolean |
getUseEventValue()
Determines if the event value should be used as the value for this goal.
|
Goal.EventDetails |
set(String fieldName,
Object value) |
Goal.EventDetails |
setEventConditions(List<Goal.EventDetails.EventConditions> eventConditions)
List of event conditions.
|
Goal.EventDetails |
setUseEventValue(Boolean useEventValue)
Determines if the event value should be used as the value for this goal.
|
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 List<Goal.EventDetails.EventConditions> getEventConditions()
null for nonepublic Goal.EventDetails setEventConditions(List<Goal.EventDetails.EventConditions> eventConditions)
eventConditions - eventConditions or null for nonepublic Boolean getUseEventValue()
null for nonepublic Goal.EventDetails setUseEventValue(Boolean useEventValue)
useEventValue - useEventValue or null for nonepublic Goal.EventDetails set(String fieldName, Object value)
set in class GenericJsonpublic Goal.EventDetails clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.