public class DescribeFollowsRequest extends Gs2BasicRequest<DescribeFollowsRequest>
| Constructor and Description |
|---|
DescribeFollowsRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFollowsRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
Integer |
getLimit() |
String |
getNamespaceName() |
String |
getPageToken() |
Boolean |
getWithProfile() |
void |
setAccessToken(String accessToken) |
void |
setLimit(Integer limit) |
void |
setNamespaceName(String namespaceName) |
void |
setPageToken(String pageToken) |
void |
setWithProfile(Boolean withProfile) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeFollowsRequest |
withAccessToken(String accessToken) |
DescribeFollowsRequest |
withLimit(Integer limit) |
DescribeFollowsRequest |
withNamespaceName(String namespaceName) |
DescribeFollowsRequest |
withPageToken(String pageToken) |
DescribeFollowsRequest |
withWithProfile(Boolean withProfile) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public DescribeFollowsRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public DescribeFollowsRequest withAccessToken(String accessToken)
public Boolean getWithProfile()
public void setWithProfile(Boolean withProfile)
public DescribeFollowsRequest withWithProfile(Boolean withProfile)
public String getPageToken()
public void setPageToken(String pageToken)
public DescribeFollowsRequest withPageToken(String pageToken)
public Integer getLimit()
public void setLimit(Integer limit)
public DescribeFollowsRequest withLimit(Integer limit)
public static DescribeFollowsRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.