Package io.gs2.identifier.model
Class Password
java.lang.Object
io.gs2.identifier.model.Password
- All Implemented Interfaces:
IModel,Serializable,Comparable<Password>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic PasswordfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetPasswordId(String passwordId) voidsetRevision(Long revision) voidvoidsetUserName(String userName) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withPasswordId(String passwordId) withRevision(Long revision) withUserId(String userId) withUserName(String userName)
-
Constructor Details
-
Password
public Password()
-
-
Method Details
-
getPasswordId
-
setPasswordId
-
withPasswordId
-
getUserId
-
setUserId
-
withUserId
-
getUserName
-
setUserName
-
withUserName
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Password>
-
hashCode
public int hashCode() -
equals
-