Package com.algolia.model.search
Class UserId
java.lang.Object
com.algolia.model.search.UserId
Unique user ID.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCluster to which the user is assigned.Data size used by the user.Number of records belonging to the user.Unique identifier of the user who makes the search request.inthashCode()setClusterName(String clusterName) setDataSize(Integer dataSize) setNbRecords(Integer nbRecords) toString()
-
Constructor Details
-
UserId
public UserId()
-
-
Method Details
-
setUserID
-
getUserID
Unique identifier of the user who makes the search request. -
setClusterName
-
getClusterName
Cluster to which the user is assigned. -
setNbRecords
-
getNbRecords
Number of records belonging to the user. -
setDataSize
-
getDataSize
Data size used by the user. -
equals
-
hashCode
public int hashCode() -
toString
-