public class DeleteProgressByStampTaskResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DeleteProgressByStampTaskResult() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteProgressByStampTaskResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Progress |
getItem() |
String |
getNewContextStack() |
void |
setItem(Progress item) |
void |
setNewContextStack(String newContextStack) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DeleteProgressByStampTaskResult |
withItem(Progress item) |
DeleteProgressByStampTaskResult |
withNewContextStack(String newContextStack) |
public Progress getItem()
public void setItem(Progress item)
public DeleteProgressByStampTaskResult withItem(Progress item)
public String getNewContextStack()
public void setNewContextStack(String newContextStack)
public DeleteProgressByStampTaskResult withNewContextStack(String newContextStack)
public static DeleteProgressByStampTaskResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.