Class BuyByUserIdResult

java.lang.Object
io.gs2.showcase.result.BuyByUserIdResult
All Implemented Interfaces:
IResult, Serializable

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

    • BuyByUserIdResult

      public BuyByUserIdResult()
  • Method Details

    • getItem

      public SalesItem getItem()
    • setItem

      public void setItem(SalesItem item)
    • withItem

      public BuyByUserIdResult withItem(SalesItem item)
    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public BuyByUserIdResult withTransactionId(String transactionId)
    • getStampSheet

      public String getStampSheet()
    • setStampSheet

      public void setStampSheet(String stampSheet)
    • withStampSheet

      public BuyByUserIdResult withStampSheet(String stampSheet)
    • getStampSheetEncryptionKeyId

      public String getStampSheetEncryptionKeyId()
    • setStampSheetEncryptionKeyId

      public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • withStampSheetEncryptionKeyId

      public BuyByUserIdResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • getAutoRunStampSheet

      public Boolean getAutoRunStampSheet()
    • setAutoRunStampSheet

      public void setAutoRunStampSheet(Boolean autoRunStampSheet)
    • withAutoRunStampSheet

      public BuyByUserIdResult withAutoRunStampSheet(Boolean autoRunStampSheet)
    • fromJson

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

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