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