public class WithdrawByStampTaskRequest extends Gs2BasicRequest<WithdrawByStampTaskRequest>
| Constructor and Description |
|---|
WithdrawByStampTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
static WithdrawByStampTaskRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getKeyId() |
String |
getStampTask() |
void |
setKeyId(String keyId) |
void |
setStampTask(String stampTask) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
WithdrawByStampTaskRequest |
withKeyId(String keyId) |
WithdrawByStampTaskRequest |
withStampTask(String stampTask) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getStampTask()
public void setStampTask(String stampTask)
public WithdrawByStampTaskRequest withStampTask(String stampTask)
public String getKeyId()
public void setKeyId(String keyId)
public WithdrawByStampTaskRequest withKeyId(String keyId)
public static WithdrawByStampTaskRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.