Package io.gs2.formation.result
Class AcquireActionToFormPropertiesByStampSheetResult
java.lang.Object
io.gs2.formation.result.AcquireActionToFormPropertiesByStampSheetResult
- All Implemented Interfaces:
IResult,Serializable
public class AcquireActionToFormPropertiesByStampSheetResult
extends Object
implements IResult, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()getMold()voidsetAutoRunStampSheet(Boolean autoRunStampSheet) voidvoidvoidsetStampSheet(String stampSheet) voidsetStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) voidsetTransactionId(String transactionId) com.fasterxml.jackson.databind.JsonNodetoJson()withAutoRunStampSheet(Boolean autoRunStampSheet) withStampSheet(String stampSheet) withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) withTransactionId(String transactionId)
-
Constructor Details
-
AcquireActionToFormPropertiesByStampSheetResult
public AcquireActionToFormPropertiesByStampSheetResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getMold
-
setMold
-
withMold
-
getTransactionId
-
setTransactionId
-
withTransactionId
-
getStampSheet
-
setStampSheet
-
withStampSheet
-
getStampSheetEncryptionKeyId
-
setStampSheetEncryptionKeyId
-
withStampSheetEncryptionKeyId
public AcquireActionToFormPropertiesByStampSheetResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) -
getAutoRunStampSheet
-
setAutoRunStampSheet
-
withAutoRunStampSheet
public AcquireActionToFormPropertiesByStampSheetResult withAutoRunStampSheet(Boolean autoRunStampSheet) -
fromJson
public static AcquireActionToFormPropertiesByStampSheetResult fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-