Package com.algolia.model.recommend
Class Personalization
java.lang.Object
com.algolia.model.recommend.Personalization
Personalization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe score of the filters.The score of the ranking.getScore()The score of the event.inthashCode()setFiltersScore(Integer filtersScore) setRankingScore(Integer rankingScore) toString()
-
Constructor Details
-
Personalization
public Personalization()
-
-
Method Details
-
setFiltersScore
-
getFiltersScore
The score of the filters.- Returns:
- filtersScore
-
setRankingScore
-
getRankingScore
The score of the ranking.- Returns:
- rankingScore
-
setScore
-
getScore
The score of the event.- Returns:
- score
-
equals
-
hashCode
public int hashCode() -
toString
-