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