public class WithdrawRequest extends Gs2BasicRequest<WithdrawRequest>
| Constructor and Description |
|---|
WithdrawRequest() |
| Modifier and Type | Method and Description |
|---|---|
static WithdrawRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getAccessToken() |
Integer |
getCount() |
String |
getNamespaceName() |
Boolean |
getPaidOnly() |
Integer |
getSlot() |
void |
setAccessToken(String accessToken) |
void |
setCount(Integer count) |
void |
setNamespaceName(String namespaceName) |
void |
setPaidOnly(Boolean paidOnly) |
void |
setSlot(Integer slot) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
WithdrawRequest |
withAccessToken(String accessToken) |
WithdrawRequest |
withCount(Integer count) |
WithdrawRequest |
withNamespaceName(String namespaceName) |
WithdrawRequest |
withPaidOnly(Boolean paidOnly) |
WithdrawRequest |
withSlot(Integer slot) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public WithdrawRequest withNamespaceName(String namespaceName)
public String getAccessToken()
public void setAccessToken(String accessToken)
public WithdrawRequest withAccessToken(String accessToken)
public Integer getSlot()
public void setSlot(Integer slot)
public WithdrawRequest withSlot(Integer slot)
public Integer getCount()
public void setCount(Integer count)
public WithdrawRequest withCount(Integer count)
public Boolean getPaidOnly()
public void setPaidOnly(Boolean paidOnly)
public WithdrawRequest withPaidOnly(Boolean paidOnly)
public static WithdrawRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.