Package io.gs2.formation.request
Class AcquireActionToFormPropertiesByStampSheetRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<AcquireActionToFormPropertiesByStampSheetRequest>
io.gs2.formation.request.AcquireActionToFormPropertiesByStampSheetRequest
- All Implemented Interfaces:
IRequest,Serializable
public class AcquireActionToFormPropertiesByStampSheetRequest
extends Gs2BasicRequest<AcquireActionToFormPropertiesByStampSheetRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidvoidsetStampSheet(String stampSheet) com.fasterxml.jackson.databind.JsonNodetoJson()withStampSheet(String stampSheet) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
AcquireActionToFormPropertiesByStampSheetRequest
public AcquireActionToFormPropertiesByStampSheetRequest()
-
-
Method Details
-
getStampSheet
-
setStampSheet
-
withStampSheet
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
public static AcquireActionToFormPropertiesByStampSheetRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-