Package io.gs2.identifier.model
Class Identifier
java.lang.Object
io.gs2.identifier.model.Identifier
- All Implemented Interfaces:
IModel,Serializable,Comparable<Identifier>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic IdentifierfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetCreatedAt(Long createdAt) voidsetRevision(Long revision) voidsetUserName(String userName) com.fasterxml.jackson.databind.JsonNodetoJson()withClientId(String clientId) withClientSecret(String clientSecret) withCreatedAt(Long createdAt) withRevision(Long revision) withUserName(String userName)
-
Constructor Details
-
Identifier
public Identifier()
-
-
Method Details
-
getClientId
-
setClientId
-
withClientId
-
getUserName
-
setUserName
-
withUserName
-
getClientSecret
-
setClientSecret
-
withClientSecret
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Identifier>
-
hashCode
public int hashCode() -
equals
-