public class Event extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EVALUATE_EVENT |
static String |
GOAL_EVENT |
| Constructor and Description |
|---|
Event(String featureKey,
String type,
FeatureflowContext context) |
Event(String featureKey,
String type,
FeatureflowContext context,
String evaluatedVariant) |
| Modifier and Type | Method and Description |
|---|---|
FeatureflowContext |
getContext() |
String |
getEvaluatedVariant() |
String |
getFeatureKey() |
org.joda.time.DateTime |
getTimestamp() |
String |
getType() |
void |
setContext(FeatureflowContext context) |
void |
setEvaluatedVariant(String evaluatedVariant) |
void |
setFeatureKey(String featureKey) |
void |
setTimestamp(org.joda.time.DateTime timestamp) |
void |
setType(String type) |
public static final String EVALUATE_EVENT
public static final String GOAL_EVENT
public Event(String featureKey, String type, FeatureflowContext context)
public Event(String featureKey, String type, FeatureflowContext context, String evaluatedVariant)
public String getFeatureKey()
public void setFeatureKey(String featureKey)
public String getType()
public void setType(String type)
public org.joda.time.DateTime getTimestamp()
public void setTimestamp(org.joda.time.DateTime timestamp)
public FeatureflowContext getContext()
public void setContext(FeatureflowContext context)
public String getEvaluatedVariant()
public void setEvaluatedVariant(String evaluatedVariant)
Copyright © 2017. All rights reserved.