public static final class Goal.EventDetails.EventConditions
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Goal.EventDetails.EventConditions() |
Modifier and Type | Method and Description |
---|---|
Goal.EventDetails.EventConditions |
clone() |
java.lang.String |
getComparisonType()
Type of comparison.
|
java.lang.Long |
getComparisonValue()
Value used for this comparison.
|
java.lang.String |
getExpression()
Expression used for this match.
|
java.lang.String |
getMatchType()
Type of the match to be performed.
|
java.lang.String |
getType()
Type of this event condition.
|
Goal.EventDetails.EventConditions |
set(java.lang.String fieldName,
java.lang.Object value) |
Goal.EventDetails.EventConditions |
setComparisonType(java.lang.String comparisonType)
Type of comparison.
|
Goal.EventDetails.EventConditions |
setComparisonValue(java.lang.Long comparisonValue)
Value used for this comparison.
|
Goal.EventDetails.EventConditions |
setExpression(java.lang.String expression)
Expression used for this match.
|
Goal.EventDetails.EventConditions |
setMatchType(java.lang.String matchType)
Type of the match to be performed.
|
Goal.EventDetails.EventConditions |
setType(java.lang.String type)
Type of this event condition.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getComparisonType()
null
for nonepublic Goal.EventDetails.EventConditions setComparisonType(java.lang.String comparisonType)
comparisonType
- comparisonType or null
for nonepublic java.lang.Long getComparisonValue()
null
for nonepublic Goal.EventDetails.EventConditions setComparisonValue(java.lang.Long comparisonValue)
comparisonValue
- comparisonValue or null
for nonepublic java.lang.String getExpression()
null
for nonepublic Goal.EventDetails.EventConditions setExpression(java.lang.String expression)
expression
- expression or null
for nonepublic java.lang.String getMatchType()
null
for nonepublic Goal.EventDetails.EventConditions setMatchType(java.lang.String matchType)
matchType
- matchType or null
for nonepublic java.lang.String getType()
null
for nonepublic Goal.EventDetails.EventConditions setType(java.lang.String type)
type
- type or null
for nonepublic Goal.EventDetails.EventConditions set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Goal.EventDetails.EventConditions clone()
clone
in class com.google.api.client.json.GenericJson