public class BlackList extends Object implements IModel, Serializable, Comparable<BlackList>
| Constructor and Description |
|---|
BlackList() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BlackList o) |
boolean |
equals(Object o) |
static BlackList |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getBlackListId() |
Long |
getCreatedAt() |
List<String> |
getTargetUserIds() |
Long |
getUpdatedAt() |
String |
getUserId() |
int |
hashCode() |
void |
setBlackListId(String blackListId) |
void |
setCreatedAt(Long createdAt) |
void |
setTargetUserIds(List<String> targetUserIds) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
BlackList |
withBlackListId(String blackListId) |
BlackList |
withCreatedAt(Long createdAt) |
BlackList |
withTargetUserIds(List<String> targetUserIds) |
BlackList |
withUpdatedAt(Long updatedAt) |
BlackList |
withUserId(String userId) |
public String getBlackListId()
public void setBlackListId(String blackListId)
public String getUserId()
public void setUserId(String userId)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static BlackList fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(BlackList o)
compareTo in interface Comparable<BlackList>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.