Class EndByUserIdResult

java.lang.Object
io.gs2.quest.result.EndByUserIdResult
All Implemented Interfaces:
IResult, Serializable

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

    • EndByUserIdResult

      public EndByUserIdResult()
  • Method Details

    • getItem

      public Progress getItem()
    • setItem

      public void setItem(Progress item)
    • withItem

      public EndByUserIdResult withItem(Progress item)
    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public EndByUserIdResult withTransactionId(String transactionId)
    • getStampSheet

      public String getStampSheet()
    • setStampSheet

      public void setStampSheet(String stampSheet)
    • withStampSheet

      public EndByUserIdResult withStampSheet(String stampSheet)
    • getStampSheetEncryptionKeyId

      public String getStampSheetEncryptionKeyId()
    • setStampSheetEncryptionKeyId

      public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • withStampSheetEncryptionKeyId

      public EndByUserIdResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • getAutoRunStampSheet

      public Boolean getAutoRunStampSheet()
    • setAutoRunStampSheet

      public void setAutoRunStampSheet(Boolean autoRunStampSheet)
    • withAutoRunStampSheet

      public EndByUserIdResult withAutoRunStampSheet(Boolean autoRunStampSheet)
    • fromJson

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

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