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