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