|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.analytics.model.Goal.EventDetails.EventConditions
public static final class Goal.EventDetails.EventConditions
Model definition for GoalEventDetailsEventConditions.
| Nested Class Summary |
|---|
| 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.EventConditions()
|
|
| Method Summary | |
|---|---|
Goal.EventDetails.EventConditions |
clone()
|
String |
getComparisonType()
Type of comparison. |
Long |
getComparisonValue()
Value used for this comparison. |
String |
getExpression()
Expression used for this match. |
String |
getMatchType()
Type of the match to be performed. |
String |
getType()
Type of this event condition. |
Goal.EventDetails.EventConditions |
set(String fieldName,
Object value)
|
Goal.EventDetails.EventConditions |
setComparisonType(String comparisonType)
Type of comparison. |
Goal.EventDetails.EventConditions |
setComparisonValue(Long comparisonValue)
Value used for this comparison. |
Goal.EventDetails.EventConditions |
setExpression(String expression)
Expression used for this match. |
Goal.EventDetails.EventConditions |
setMatchType(String matchType)
Type of the match to be performed. |
Goal.EventDetails.EventConditions |
setType(String type)
Type of this event condition. |
| 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 |
|---|
public Goal.EventDetails.EventConditions()
| Method Detail |
|---|
public String getComparisonType()
null for nonepublic Goal.EventDetails.EventConditions setComparisonType(String comparisonType)
comparisonType - comparisonType or null for nonepublic Long getComparisonValue()
null for nonepublic Goal.EventDetails.EventConditions setComparisonValue(Long comparisonValue)
comparisonValue - comparisonValue or null for nonepublic String getExpression()
null for nonepublic Goal.EventDetails.EventConditions setExpression(String expression)
expression - expression or null for nonepublic String getMatchType()
null for nonepublic Goal.EventDetails.EventConditions setMatchType(String matchType)
matchType - matchType or null for nonepublic String getType()
null for nonepublic Goal.EventDetails.EventConditions setType(String type)
type - type or null for none
public Goal.EventDetails.EventConditions set(String fieldName,
Object value)
set in class GenericJsonpublic Goal.EventDetails.EventConditions clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||