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