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