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