Class AcquireResult

java.lang.Object
io.gs2.exchange.result.AcquireResult
All Implemented Interfaces:
IResult, Serializable

public class AcquireResult extends Object implements IResult, Serializable
See Also:
  • Constructor Details

    • AcquireResult

      public AcquireResult()
  • Method Details

    • getItem

      public Await getItem()
    • setItem

      public void setItem(Await item)
    • withItem

      public AcquireResult withItem(Await item)
    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public AcquireResult withTransactionId(String transactionId)
    • getStampSheet

      public String getStampSheet()
    • setStampSheet

      public void setStampSheet(String stampSheet)
    • withStampSheet

      public AcquireResult withStampSheet(String stampSheet)
    • getStampSheetEncryptionKeyId

      public String getStampSheetEncryptionKeyId()
    • setStampSheetEncryptionKeyId

      public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • withStampSheetEncryptionKeyId

      public AcquireResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • getAutoRunStampSheet

      public Boolean getAutoRunStampSheet()
    • setAutoRunStampSheet

      public void setAutoRunStampSheet(Boolean autoRunStampSheet)
    • withAutoRunStampSheet

      public AcquireResult withAutoRunStampSheet(Boolean autoRunStampSheet)
    • fromJson

      public static AcquireResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()