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