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