public class FollowByUserIdRequest extends Gs2BasicRequest<FollowByUserIdRequest>
| Constructor and Description |
|---|
FollowByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static FollowByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceName() |
String |
getTargetUserId() |
String |
getUserId() |
void |
setNamespaceName(String namespaceName) |
void |
setTargetUserId(String targetUserId) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
FollowByUserIdRequest |
withNamespaceName(String namespaceName) |
FollowByUserIdRequest |
withTargetUserId(String targetUserId) |
FollowByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public FollowByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public FollowByUserIdRequest withUserId(String userId)
public String getTargetUserId()
public void setTargetUserId(String targetUserId)
public FollowByUserIdRequest withTargetUserId(String targetUserId)
public static FollowByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.