Package com.algolia.model.search
Class SearchDictionaryEntriesResponse
java.lang.Object
com.algolia.model.search.SearchDictionaryEntriesResponse
SearchDictionaryEntriesResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHits
(DictionaryEntry hitsItem) boolean
getHits()
Dictionary entries matching the search criteria.Number of results (hits).Number of pages of results.getPage()
Requested page of the API response.int
hashCode()
setHits
(List<DictionaryEntry> hits) setNbPages
(Integer nbPages) toString()
-
Constructor Details
-
SearchDictionaryEntriesResponse
public SearchDictionaryEntriesResponse()
-
-
Method Details
-
setHits
-
addHits
-
getHits
Dictionary entries matching the search criteria. -
setPage
-
getPage
Requested page of the API response. minimum: 0 -
setNbHits
-
getNbHits
Number of results (hits). -
setNbPages
-
getNbPages
Number of pages of results. -
equals
-
hashCode
public int hashCode() -
toString
-