Package io.gs2.distributor.request
Class RunStampSheetExpressRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<RunStampSheetExpressRequest>
io.gs2.distributor.request.RunStampSheetExpressRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RunStampSheetExpressRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidvoidsetNamespaceName(String namespaceName) voidsetStampSheet(String stampSheet) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withStampSheet(String stampSheet) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
RunStampSheetExpressRequest
public RunStampSheetExpressRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getStampSheet
-
setStampSheet
-
withStampSheet
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-