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