public class DescribeNewsResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
DescribeNewsResult() |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNewsResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getContentHash() |
List<News> |
getItems() |
String |
getTemplateHash() |
void |
setContentHash(String contentHash) |
void |
setItems(List<News> items) |
void |
setTemplateHash(String templateHash) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
DescribeNewsResult |
withContentHash(String contentHash) |
DescribeNewsResult |
withItems(List<News> items) |
DescribeNewsResult |
withTemplateHash(String templateHash) |
public DescribeNewsResult withItems(List<News> items)
public String getContentHash()
public void setContentHash(String contentHash)
public DescribeNewsResult withContentHash(String contentHash)
public String getTemplateHash()
public void setTemplateHash(String templateHash)
public DescribeNewsResult withTemplateHash(String templateHash)
public static DescribeNewsResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.