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