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