public class DescribeInventoryModelsResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DescribeInventoryModelsResult() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeInventoryModelsResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<InventoryModel> |
getItems() |
void |
setItems(List<InventoryModel> items) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeInventoryModelsResult |
withItems(List<InventoryModel> items) |
public List<InventoryModel> getItems()
public void setItems(List<InventoryModel> items)
public DescribeInventoryModelsResult withItems(List<InventoryModel> items)
public static DescribeInventoryModelsResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.