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