Class ReceiveResult

java.lang.Object
io.gs2.loginReward.result.ReceiveResult
All Implemented Interfaces:
IResult, Serializable

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

    • ReceiveResult

      public ReceiveResult()
  • Method Details

    • getItem

      public ReceiveStatus getItem()
    • setItem

      public void setItem(ReceiveStatus item)
    • withItem

      public ReceiveResult withItem(ReceiveStatus item)
    • getBonusModel

      public BonusModel getBonusModel()
    • setBonusModel

      public void setBonusModel(BonusModel bonusModel)
    • withBonusModel

      public ReceiveResult withBonusModel(BonusModel bonusModel)
    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public ReceiveResult withTransactionId(String transactionId)
    • getStampSheet

      public String getStampSheet()
    • setStampSheet

      public void setStampSheet(String stampSheet)
    • withStampSheet

      public ReceiveResult withStampSheet(String stampSheet)
    • getStampSheetEncryptionKeyId

      public String getStampSheetEncryptionKeyId()
    • setStampSheetEncryptionKeyId

      public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • withStampSheetEncryptionKeyId

      public ReceiveResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • getAutoRunStampSheet

      public Boolean getAutoRunStampSheet()
    • setAutoRunStampSheet

      public void setAutoRunStampSheet(Boolean autoRunStampSheet)
    • withAutoRunStampSheet

      public ReceiveResult withAutoRunStampSheet(Boolean autoRunStampSheet)
    • fromJson

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

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