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