Class Event

java.lang.Object
io.featureflow.client.model.Event

public class Event extends Object
Created by oliver.oldfieldhodge on 3/1/17.
  • Field Details

  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFeatureKey

      public String getFeatureKey()
    • setFeatureKey

      public void setFeatureKey(String featureKey)
    • getGoalKey

      public String getGoalKey()
    • setGoalKey

      public void setGoalKey(String goalKey)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTimestamp

      public org.joda.time.DateTime getTimestamp()
    • setTimestamp

      public void setTimestamp(org.joda.time.DateTime timestamp)
    • getEvaluatedVariant

      public String getEvaluatedVariant()
    • setEvaluatedVariant

      public void setEvaluatedVariant(String evaluatedVariant)
    • getEvaluatedVariants

      public Map<String,String> getEvaluatedVariants()
    • setEvaluatedVariants

      public void setEvaluatedVariants(Map<String,String> evaluatedVariants)