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