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