Package io.featureflow.client.model
Class Event
java.lang.Object
io.featureflow.client.model.Event
Created by oliver.oldfieldhodge on 3/1/17.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTimegetType()voidsetEvaluatedVariant(String evaluatedVariant) voidsetEvaluatedVariants(Map<String, String> evaluatedVariants) voidsetFeatureKey(String featureKey) voidsetGoalKey(String goalKey) voidsetTimestamp(org.joda.time.DateTime timestamp) voidtoString()
-
Field Details
-
EVALUATE_EVENT
- See Also:
-
GOAL_EVENT
- See Also:
-
-
Constructor Details
-
Event
public Event(String featureKey, String type, FeatureflowUser user, String evaluatedVariant, String expectedVariant) -
Event
-
-
Method Details
-
toString
-
getFeatureKey
-
setFeatureKey
-
getGoalKey
-
setGoalKey
-
getType
-
setType
-
getTimestamp
public org.joda.time.DateTime getTimestamp() -
setTimestamp
public void setTimestamp(org.joda.time.DateTime timestamp) -
getEvaluatedVariant
-
setEvaluatedVariant
-
getEvaluatedVariants
-
setEvaluatedVariants
-