Package com.algolia.search.models.mcm
Class UserId
- java.lang.Object
-
- com.algolia.search.models.mcm.UserId
-
- All Implemented Interfaces:
Serializable
public class UserId extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterName()IntegergetDataSize()IntegergetNbRecords()StringgetUserID()UserIdsetClusterName(String clusterName)UserIdsetDataSize(Integer dataSize)UserIdsetNbRecords(Integer nbRecords)UserIdsetUserID(String userID)
-