public class FollowUser extends Object implements IModel, Serializable, Comparable<FollowUser>
| Constructor and Description |
|---|
FollowUser() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FollowUser o) |
boolean |
equals(Object o) |
static FollowUser |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getFollowerProfile() |
String |
getPublicProfile() |
String |
getUserId() |
int |
hashCode() |
void |
setFollowerProfile(String followerProfile) |
void |
setPublicProfile(String publicProfile) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
FollowUser |
withFollowerProfile(String followerProfile) |
FollowUser |
withPublicProfile(String publicProfile) |
FollowUser |
withUserId(String userId) |
public String getUserId()
public void setUserId(String userId)
public FollowUser withUserId(String userId)
public String getPublicProfile()
public void setPublicProfile(String publicProfile)
public FollowUser withPublicProfile(String publicProfile)
public String getFollowerProfile()
public void setFollowerProfile(String followerProfile)
public FollowUser withFollowerProfile(String followerProfile)
public static FollowUser fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(FollowUser o)
compareTo in interface Comparable<FollowUser>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.