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