Package com.algolia.model.search
Class SearchUserIdsResponse
java.lang.Object
com.algolia.model.search.SearchUserIdsResponse
userIDs data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHits()User objects that match the query.Maximum number of hits per page.Number of hits the search query matched.getPage()Page to retrieve (the first page is `0`, not `1`).Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.inthashCode()setHitsPerPage(Integer hitsPerPage) setUpdatedAt(String updatedAt) toString()
-
Constructor Details
-
SearchUserIdsResponse
public SearchUserIdsResponse()
-
-
Method Details
-
setHits
-
addHits
-
getHits
User objects that match the query.- Returns:
- hits
-
setNbHits
-
getNbHits
Number of hits the search query matched.- Returns:
- nbHits
-
setPage
-
getPage
Page to retrieve (the first page is `0`, not `1`).- Returns:
- page
-
setHitsPerPage
-
getHitsPerPage
Maximum number of hits per page. minimum: 1 maximum: 1000- Returns:
- hitsPerPage
-
setUpdatedAt
-
getUpdatedAt
Timestamp of the last update in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.- Returns:
- updatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-