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