public class TakeOver extends Object implements IModel, Serializable, Comparable<TakeOver>
| Constructor and Description |
|---|
TakeOver() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TakeOver o) |
boolean |
equals(Object o) |
static TakeOver |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
String |
getPassword() |
String |
getTakeOverId() |
Integer |
getType() |
String |
getUserId() |
String |
getUserIdentifier() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setPassword(String password) |
void |
setTakeOverId(String takeOverId) |
void |
setType(Integer type) |
void |
setUserId(String userId) |
void |
setUserIdentifier(String userIdentifier) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
TakeOver |
withCreatedAt(Long createdAt) |
TakeOver |
withPassword(String password) |
TakeOver |
withTakeOverId(String takeOverId) |
TakeOver |
withType(Integer type) |
TakeOver |
withUserId(String userId) |
TakeOver |
withUserIdentifier(String userIdentifier) |
public String getTakeOverId()
public void setTakeOverId(String takeOverId)
public String getUserId()
public void setUserId(String userId)
public Integer getType()
public void setType(Integer type)
public String getUserIdentifier()
public void setUserIdentifier(String userIdentifier)
public String getPassword()
public void setPassword(String password)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public static TakeOver fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(TakeOver o)
compareTo in interface Comparable<TakeOver>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.