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