Package | Description |
---|---|
com.google.api.services.analytics.model |
Modifier and Type | Method and Description |
---|---|
Goal.EventDetails.EventConditions |
Goal.EventDetails.EventConditions.clone() |
Goal.EventDetails.EventConditions |
Goal.EventDetails.EventConditions.set(java.lang.String fieldName,
java.lang.Object value) |
Goal.EventDetails.EventConditions |
Goal.EventDetails.EventConditions.setComparisonType(java.lang.String comparisonType)
Type of comparison.
|
Goal.EventDetails.EventConditions |
Goal.EventDetails.EventConditions.setComparisonValue(java.lang.Long comparisonValue)
Value used for this comparison.
|
Goal.EventDetails.EventConditions |
Goal.EventDetails.EventConditions.setExpression(java.lang.String expression)
Expression used for this match.
|
Goal.EventDetails.EventConditions |
Goal.EventDetails.EventConditions.setMatchType(java.lang.String matchType)
Type of the match to be performed.
|
Goal.EventDetails.EventConditions |
Goal.EventDetails.EventConditions.setType(java.lang.String type)
Type of this event condition.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Goal.EventDetails.EventConditions> |
Goal.EventDetails.getEventConditions()
List of event conditions.
|
Modifier and Type | Method and Description |
---|---|
Goal.EventDetails |
Goal.EventDetails.setEventConditions(java.util.List<Goal.EventDetails.EventConditions> eventConditions)
List of event conditions.
|