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