public static final class Goal.EventDetails
extends com.google.api.client.json.GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
Goal.EventDetails.EventConditions
Model definition for GoalEventDetailsEventConditions.
|
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Goal.EventDetails() |
Modifier and Type | Method and Description |
---|---|
Goal.EventDetails |
clone() |
java.util.List<Goal.EventDetails.EventConditions> |
getEventConditions()
List of event conditions.
|
java.lang.Boolean |
getUseEventValue()
Determines if the event value should be used as the value for this goal.
|
Goal.EventDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
Goal.EventDetails |
setEventConditions(java.util.List<Goal.EventDetails.EventConditions> eventConditions)
List of event conditions.
|
Goal.EventDetails |
setUseEventValue(java.lang.Boolean useEventValue)
Determines if the event value should be used as the value for this goal.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<Goal.EventDetails.EventConditions> getEventConditions()
null
for nonepublic Goal.EventDetails setEventConditions(java.util.List<Goal.EventDetails.EventConditions> eventConditions)
eventConditions
- eventConditions or null
for nonepublic java.lang.Boolean getUseEventValue()
null
for nonepublic Goal.EventDetails setUseEventValue(java.lang.Boolean useEventValue)
useEventValue
- useEventValue or null
for nonepublic Goal.EventDetails set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Goal.EventDetails clone()
clone
in class com.google.api.client.json.GenericJson