Class EventScoring

java.lang.Object
com.algolia.model.personalization.EventScoring

public class EventScoring extends Object
EventScoring
  • Constructor Details

    • EventScoring

      public EventScoring()
  • Method Details

    • setScore

      public EventScoring setScore(Integer score)
    • getScore

      @Nonnull public Integer getScore()
      The score for the event.
    • setEventName

      public EventScoring setEventName(String eventName)
    • getEventName

      @Nonnull public String getEventName()
      The name of the event.
    • setEventType

      public EventScoring setEventType(String eventType)
    • getEventType

      @Nonnull public String getEventType()
      The type of the event.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object