Package io.gs2.news.result
Class WantGrantByUserIdResult
java.lang.Object
io.gs2.news.result.WantGrantByUserIdResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WantGrantByUserIdResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItems()voidsetBrowserUrl(String browserUrl) voidsetItems(List<SetCookieRequestEntry> items) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withBrowserUrl(String browserUrl) withItems(List<SetCookieRequestEntry> items) withZipUrl(String zipUrl)
-
Constructor Details
-
WantGrantByUserIdResult
public WantGrantByUserIdResult()
-
-
Method Details
-
getItems
-
setItems
-
withItems
-
getBrowserUrl
-
setBrowserUrl
-
withBrowserUrl
-
getZipUrl
-
setZipUrl
-
withZipUrl
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-