Class ReleaseByUserIdResult

java.lang.Object
io.gs2.skillTree.result.ReleaseByUserIdResult
All Implemented Interfaces:
IResult, Serializable

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

    • ReleaseByUserIdResult

      public ReleaseByUserIdResult()
  • Method Details

    • getItem

      public Status getItem()
    • setItem

      public void setItem(Status item)
    • withItem

      public ReleaseByUserIdResult withItem(Status item)
    • getTransactionId

      public String getTransactionId()
    • setTransactionId

      public void setTransactionId(String transactionId)
    • withTransactionId

      public ReleaseByUserIdResult withTransactionId(String transactionId)
    • getStampSheet

      public String getStampSheet()
    • setStampSheet

      public void setStampSheet(String stampSheet)
    • withStampSheet

      public ReleaseByUserIdResult withStampSheet(String stampSheet)
    • getStampSheetEncryptionKeyId

      public String getStampSheetEncryptionKeyId()
    • setStampSheetEncryptionKeyId

      public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • withStampSheetEncryptionKeyId

      public ReleaseByUserIdResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
    • getAutoRunStampSheet

      public Boolean getAutoRunStampSheet()
    • setAutoRunStampSheet

      public void setAutoRunStampSheet(Boolean autoRunStampSheet)
    • withAutoRunStampSheet

      public ReleaseByUserIdResult withAutoRunStampSheet(Boolean autoRunStampSheet)
    • fromJson

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

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