Package io.gs2.account.model
Class TakeOver
java.lang.Object
io.gs2.account.model.TakeOver
- All Implemented Interfaces:
IModel,Serializable,Comparable<TakeOver>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic TakeOverfromJson(com.fasterxml.jackson.databind.JsonNode data) getType()inthashCode()voidsetCreatedAt(Long createdAt) voidsetPassword(String password) voidsetRevision(Long revision) voidsetTakeOverId(String takeOverId) voidvoidvoidsetUserIdentifier(String userIdentifier) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withPassword(String password) withRevision(Long revision) withTakeOverId(String takeOverId) withUserId(String userId) withUserIdentifier(String userIdentifier)
-
Constructor Details
-
TakeOver
public TakeOver()
-
-
Method Details
-
getTakeOverId
-
setTakeOverId
-
withTakeOverId
-
getUserId
-
setUserId
-
withUserId
-
getType
-
setType
-
withType
-
getUserIdentifier
-
setUserIdentifier
-
withUserIdentifier
-
getPassword
-
setPassword
-
withPassword
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<TakeOver>
-
hashCode
public int hashCode() -
equals
-