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