Class TransactionSetting

java.lang.Object
io.gs2.grade.model.TransactionSetting
All Implemented Interfaces:
IModel, Serializable

public class TransactionSetting extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • TransactionSetting

      public TransactionSetting()
  • Method Details

    • getEnableAutoRun

      public Boolean getEnableAutoRun()
    • setEnableAutoRun

      public void setEnableAutoRun(Boolean enableAutoRun)
    • withEnableAutoRun

      public TransactionSetting withEnableAutoRun(Boolean enableAutoRun)
    • getDistributorNamespaceId

      public String getDistributorNamespaceId()
    • setDistributorNamespaceId

      public void setDistributorNamespaceId(String distributorNamespaceId)
    • withDistributorNamespaceId

      public TransactionSetting withDistributorNamespaceId(String distributorNamespaceId)
    • getKeyId

      @Deprecated public String getKeyId()
      Deprecated.
    • setKeyId

      @Deprecated public void setKeyId(String keyId)
      Deprecated.
    • withKeyId

      @Deprecated public TransactionSetting withKeyId(String keyId)
      Deprecated.
    • getQueueNamespaceId

      public String getQueueNamespaceId()
    • setQueueNamespaceId

      public void setQueueNamespaceId(String queueNamespaceId)
    • withQueueNamespaceId

      public TransactionSetting withQueueNamespaceId(String queueNamespaceId)
    • fromJson

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object