target.apidocs.com.google.api.services.analytics.model.Goal.EventDetails.html Maven / Gradle / Ivy
Goal.EventDetails (Google Analytics API v3-rev20190604-1.30.1)
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
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
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>
-
Constructor Summary
Constructors
Constructor and Description
EventDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
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
Copyright © 2011–2019 Google. All rights reserved.