Package io.gs2.news.result
Class DescribeNewsByUserIdResult
java.lang.Object
io.gs2.news.result.DescribeNewsByUserIdResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DescribeNewsByUserIdResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItems()voidsetContentHash(String contentHash) voidvoidsetTemplateHash(String templateHash) com.fasterxml.jackson.databind.JsonNodetoJson()withContentHash(String contentHash) withTemplateHash(String templateHash)
-
Constructor Details
-
DescribeNewsByUserIdResult
public DescribeNewsByUserIdResult()
-
-
Method Details
-
getItems
-
setItems
-
withItems
-
getContentHash
-
setContentHash
-
withContentHash
-
getTemplateHash
-
setTemplateHash
-
withTemplateHash
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-