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