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