Package com.algolia.model.recommend
Class SearchRecommendRulesResponse
java.lang.Object
com.algolia.model.recommend.SearchRecommendRulesResponse
SearchRecommendRulesResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHits(RecommendRule hitsItem) booleangetHits()Recommend rules that match the search criteria.Number of results (hits).Number of pages of results.getPage()Page of search results to retrieve.inthashCode()setHits(List<RecommendRule> hits) setNbPages(Integer nbPages) toString()
-
Constructor Details
-
SearchRecommendRulesResponse
public SearchRecommendRulesResponse()
-
-
Method Details
-
setHits
-
addHits
-
getHits
Recommend rules that match the search criteria. -
setNbHits
-
getNbHits
Number of results (hits). -
setPage
-
getPage
Page of search results to retrieve. minimum: 0 -
setNbPages
-
getNbPages
Number of pages of results. -
equals
-
hashCode
public int hashCode() -
toString
-