Class EventScoring
java.lang.Object
com.algolia.model.personalization.EventScoring
EventScoring
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe name of the event.The type of the event.getScore()The score for the event.inthashCode()setEventName(String eventName) setEventType(String eventType) toString()
-
Constructor Details
-
EventScoring
public EventScoring()
-
-
Method Details
-
setScore
-
getScore
The score for the event.- Returns:
- score
-
setEventName
-
getEventName
The name of the event.- Returns:
- eventName
-
setEventType
-
getEventType
The type of the event.- Returns:
- eventType
-
equals
-
hashCode
public int hashCode() -
toString
-