Google Analytics API v3 (revision 41)



com.google.api.services.analytics.model
Class Goal.EventDetails

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by 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 Class Summary
static class Goal.EventDetails.EventConditions
          Model definition for GoalEventDetailsEventConditions.
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Goal.EventDetails()
           
 
Method Summary
 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.
 
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Goal.EventDetails

public Goal.EventDetails()
Method Detail

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