public class AcquireItemSetByStampSheetResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
AcquireItemSetByStampSheetResult() |
| Modifier and Type | Method and Description |
|---|---|
static AcquireItemSetByStampSheetResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Inventory |
getInventory() |
ItemModel |
getItemModel() |
List<ItemSet> |
getItems() |
Long |
getOverflowCount() |
void |
setInventory(Inventory inventory) |
void |
setItemModel(ItemModel itemModel) |
void |
setItems(List<ItemSet> items) |
void |
setOverflowCount(Long overflowCount) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
AcquireItemSetByStampSheetResult |
withInventory(Inventory inventory) |
AcquireItemSetByStampSheetResult |
withItemModel(ItemModel itemModel) |
AcquireItemSetByStampSheetResult |
withItems(List<ItemSet> items) |
AcquireItemSetByStampSheetResult |
withOverflowCount(Long overflowCount) |
public AcquireItemSetByStampSheetResult withItems(List<ItemSet> items)
public ItemModel getItemModel()
public void setItemModel(ItemModel itemModel)
public AcquireItemSetByStampSheetResult withItemModel(ItemModel itemModel)
public Inventory getInventory()
public void setInventory(Inventory inventory)
public AcquireItemSetByStampSheetResult withInventory(Inventory inventory)
public Long getOverflowCount()
public void setOverflowCount(Long overflowCount)
public AcquireItemSetByStampSheetResult withOverflowCount(Long overflowCount)
public static AcquireItemSetByStampSheetResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.