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