public class SendFriendRequest extends Object implements IModel, Serializable, Comparable<SendFriendRequest>
| Constructor and Description |
|---|
SendFriendRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SendFriendRequest o) |
boolean |
equals(Object o) |
static SendFriendRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getTargetUserId() |
String |
getUserId() |
int |
hashCode() |
void |
setTargetUserId(String targetUserId) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SendFriendRequest |
withTargetUserId(String targetUserId) |
SendFriendRequest |
withUserId(String userId) |
public String getUserId()
public void setUserId(String userId)
public SendFriendRequest withUserId(String userId)
public String getTargetUserId()
public void setTargetUserId(String targetUserId)
public SendFriendRequest withTargetUserId(String targetUserId)
public static SendFriendRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(SendFriendRequest o)
compareTo in interface Comparable<SendFriendRequest>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.