public class VerifyReferenceOfByStampTaskResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
VerifyReferenceOfByStampTaskResult() |
| Modifier and Type | Method and Description |
|---|---|
static VerifyReferenceOfByStampTaskResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Inventory |
getInventory() |
List<String> |
getItem() |
ItemModel |
getItemModel() |
ItemSet |
getItemSet() |
String |
getNewContextStack() |
void |
setInventory(Inventory inventory) |
void |
setItem(List<String> item) |
void |
setItemModel(ItemModel itemModel) |
void |
setItemSet(ItemSet itemSet) |
void |
setNewContextStack(String newContextStack) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
VerifyReferenceOfByStampTaskResult |
withInventory(Inventory inventory) |
VerifyReferenceOfByStampTaskResult |
withItem(List<String> item) |
VerifyReferenceOfByStampTaskResult |
withItemModel(ItemModel itemModel) |
VerifyReferenceOfByStampTaskResult |
withItemSet(ItemSet itemSet) |
VerifyReferenceOfByStampTaskResult |
withNewContextStack(String newContextStack) |
public VerifyReferenceOfByStampTaskResult withItem(List<String> item)
public ItemSet getItemSet()
public void setItemSet(ItemSet itemSet)
public VerifyReferenceOfByStampTaskResult withItemSet(ItemSet itemSet)
public ItemModel getItemModel()
public void setItemModel(ItemModel itemModel)
public VerifyReferenceOfByStampTaskResult withItemModel(ItemModel itemModel)
public Inventory getInventory()
public void setInventory(Inventory inventory)
public VerifyReferenceOfByStampTaskResult withInventory(Inventory inventory)
public String getNewContextStack()
public void setNewContextStack(String newContextStack)
public VerifyReferenceOfByStampTaskResult withNewContextStack(String newContextStack)
public static VerifyReferenceOfByStampTaskResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.