public class DescribeNearRankingsResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DescribeNearRankingsResult() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNearRankingsResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<Ranking> |
getItems() |
void |
setItems(List<Ranking> items) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeNearRankingsResult |
withItems(List<Ranking> items) |
public DescribeNearRankingsResult withItems(List<Ranking> items)
public static DescribeNearRankingsResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.