Record Class UserDirectory.UserRef
java.lang.Object
java.lang.Record
com.iizix.server.push.engine.store.UserDirectory.UserRef
- Record Components:
uid- The user ID.userName- The user name as entered.email- The e-mail, may be empty.
- Enclosing class:
UserDirectory
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionemail()Returns the value of theemailrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.longuid()Returns the value of theuidrecord component.userName()Returns the value of theuserNamerecord component.
Constructor Details
UserRef
Method Details
toString
hashCode
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes.uid
userName
email