Google Analytics API v3 (revision 41)
com.google.api.services.analytics.model
Class Goal.EventDetails
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.analytics.model.Goal.EventDetails
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
- Enclosing class:
- Goal
public static final class Goal.EventDetails
- extends GenericJson
Details for the goal of the type EVENT.
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Goal.EventDetails
public Goal.EventDetails()
getEventConditions
public List<Goal.EventDetails.EventConditions> getEventConditions()
- List of event conditions.
- Returns:
- value or
null for none
setEventConditions
public Goal.EventDetails setEventConditions(List<Goal.EventDetails.EventConditions> eventConditions)
- List of event conditions.
- Parameters:
eventConditions - eventConditions or null for none
getUseEventValue
public Boolean getUseEventValue()
- Determines if the event value should be used as the value for this goal.
- Returns:
- value or
null for none
setUseEventValue
public Goal.EventDetails setUseEventValue(Boolean useEventValue)
- Determines if the event value should be used as the value for this goal.
- Parameters:
useEventValue - useEventValue or null for none
set
public Goal.EventDetails set(String fieldName,
Object value)
- Overrides:
set in class GenericJson
clone
public Goal.EventDetails clone()
- Overrides:
clone in class GenericJson