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