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