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