Package io.gs2.distributor.request
Class RunStampSheetRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<RunStampSheetRequest>
io.gs2.distributor.request.RunStampSheetRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RunStampSheetRequestfromJson(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
-
RunStampSheetRequest
public RunStampSheetRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getStampSheet
-
setStampSheet
-
withStampSheet
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-