Package io.gs2.exchange.result
Class AcquireResult
java.lang.Object
io.gs2.exchange.result.AcquireResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AcquireResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidsetAutoRunStampSheet(Boolean autoRunStampSheet) voidvoidsetStampSheet(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
-
AcquireResult
public AcquireResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getTransactionId
-
setTransactionId
-
withTransactionId
-
getStampSheet
-
setStampSheet
-
withStampSheet
-
getStampSheetEncryptionKeyId
-
setStampSheetEncryptionKeyId
-
withStampSheetEncryptionKeyId
-
getAutoRunStampSheet
-
setAutoRunStampSheet
-
withAutoRunStampSheet
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-