Package com.algolia.model.recommend
Class TrendingFacetHit
java.lang.Object
com.algolia.model.recommend.TrendingFacetHit
- All Implemented Interfaces:
RecommendationsHit
Trending facet hit.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.recommend.RecommendationsHit
RecommendationsHit.Deserializer, RecommendationsHit.RecommendHitWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFacet name for trending models.Facet value for trending models.getScore()Recommendation score.inthashCode()setFacetName(String facetName) setFacetValue(String facetValue) toString()
-
Constructor Details
-
TrendingFacetHit
public TrendingFacetHit()
-
-
Method Details
-
setScore
-
getScore
Recommendation score. minimum: 0 maximum: 100 -
setFacetName
-
getFacetName
Facet name for trending models. -
setFacetValue
-
getFacetValue
Facet value for trending models. -
equals
-
hashCode
public int hashCode() -
toString
-