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