Class DrawByStampSheetResult

java.lang.Object
io.gs2.lottery.result.DrawByStampSheetResult
All Implemented Interfaces:
IResult, Serializable

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

    • DrawByStampSheetResult

      public DrawByStampSheetResult()
  • Method Details

    • getItems

      public List<DrawnPrize> getItems()
    • setItems

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

      public DrawByStampSheetResult withItems(List<DrawnPrize> items)
    • getBoxItems

      public BoxItems getBoxItems()
    • setBoxItems

      public void setBoxItems(BoxItems boxItems)
    • withBoxItems

      public DrawByStampSheetResult withBoxItems(BoxItems boxItems)
    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public DrawByStampSheetResult withTransactionId(String transactionId)
    • getStampSheet

      public String getStampSheet()
    • setStampSheet

      public void setStampSheet(String stampSheet)
    • withStampSheet

      public DrawByStampSheetResult withStampSheet(String stampSheet)
    • getStampSheetEncryptionKeyId

      public String getStampSheetEncryptionKeyId()
    • setStampSheetEncryptionKeyId

      public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • withStampSheetEncryptionKeyId

      public DrawByStampSheetResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • getAutoRunStampSheet

      public Boolean getAutoRunStampSheet()
    • setAutoRunStampSheet

      public void setAutoRunStampSheet(Boolean autoRunStampSheet)
    • withAutoRunStampSheet

      public DrawByStampSheetResult withAutoRunStampSheet(Boolean autoRunStampSheet)
    • fromJson

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

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