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