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