Class ReceiveByUserIdResult

java.lang.Object
io.gs2.idle.result.ReceiveByUserIdResult
All Implemented Interfaces:
IResult, Serializable

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

    • ReceiveByUserIdResult

      public ReceiveByUserIdResult()
  • Method Details

    • getItems

      public List<AcquireAction> getItems()
    • setItems

      public void setItems(List<AcquireAction> items)
    • withItems

      public ReceiveByUserIdResult withItems(List<AcquireAction> items)
    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public ReceiveByUserIdResult withTransactionId(String transactionId)
    • getStampSheet

      public String getStampSheet()
    • setStampSheet

      public void setStampSheet(String stampSheet)
    • withStampSheet

      public ReceiveByUserIdResult withStampSheet(String stampSheet)
    • getStampSheetEncryptionKeyId

      public String getStampSheetEncryptionKeyId()
    • setStampSheetEncryptionKeyId

      public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • withStampSheetEncryptionKeyId

      public ReceiveByUserIdResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • getAutoRunStampSheet

      public Boolean getAutoRunStampSheet()
    • setAutoRunStampSheet

      public void setAutoRunStampSheet(Boolean autoRunStampSheet)
    • withAutoRunStampSheet

      public ReceiveByUserIdResult withAutoRunStampSheet(Boolean autoRunStampSheet)
    • fromJson

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

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