Class StartByUserIdResult

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

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

    • StartByUserIdResult

      public StartByUserIdResult()
  • Method Details

    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public StartByUserIdResult withTransactionId(String transactionId)
    • getStampSheet

      public String getStampSheet()
    • setStampSheet

      public void setStampSheet(String stampSheet)
    • withStampSheet

      public StartByUserIdResult withStampSheet(String stampSheet)
    • getStampSheetEncryptionKeyId

      public String getStampSheetEncryptionKeyId()
    • setStampSheetEncryptionKeyId

      public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • withStampSheetEncryptionKeyId

      public StartByUserIdResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • getAutoRunStampSheet

      public Boolean getAutoRunStampSheet()
    • setAutoRunStampSheet

      public void setAutoRunStampSheet(Boolean autoRunStampSheet)
    • withAutoRunStampSheet

      public StartByUserIdResult withAutoRunStampSheet(Boolean autoRunStampSheet)
    • fromJson

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

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