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 results (hits).getPage()Page of search results to retrieve.Date and time when the object was updated, in RFC 3339 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. -
setNbHits
-
getNbHits
Number of results (hits). -
setPage
-
getPage
Page of search results to retrieve. minimum: 0 -
setHitsPerPage
-
getHitsPerPage
Maximum number of hits per page. minimum: 1 maximum: 1000 -
setUpdatedAt
-
getUpdatedAt
Date and time when the object was updated, in RFC 3339 format. -
equals
-
hashCode
public int hashCode() -
toString
-