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