Package io.gs2.news.request
Class GetOutputRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetOutputRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetNamespaceName(String namespaceName) voidsetOutputName(String outputName) voidsetUploadToken(String uploadToken) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withOutputName(String outputName) withUploadToken(String uploadToken) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetOutputRequest
public GetOutputRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUploadToken
-
setUploadToken
-
withUploadToken
-
getOutputName
-
setOutputName
-
withOutputName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-