Class WorkflowRetryPolicy

java.lang.Object
io.iworkflow.gen.models.WorkflowRetryPolicy

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-17T11:59:42.603278-05:00[America/New_York]") public class WorkflowRetryPolicy extends Object
WorkflowRetryPolicy
  • Field Details

  • Constructor Details

    • WorkflowRetryPolicy

      public WorkflowRetryPolicy()
  • Method Details

    • initialIntervalSeconds

      public WorkflowRetryPolicy initialIntervalSeconds(Integer initialIntervalSeconds)
    • getInitialIntervalSeconds

      @Nullable public Integer getInitialIntervalSeconds()
      Get initialIntervalSeconds
      Returns:
      initialIntervalSeconds
    • setInitialIntervalSeconds

      public void setInitialIntervalSeconds(Integer initialIntervalSeconds)
    • backoffCoefficient

      public WorkflowRetryPolicy backoffCoefficient(Float backoffCoefficient)
    • getBackoffCoefficient

      @Nullable public Float getBackoffCoefficient()
      Get backoffCoefficient
      Returns:
      backoffCoefficient
    • setBackoffCoefficient

      public void setBackoffCoefficient(Float backoffCoefficient)
    • maximumIntervalSeconds

      public WorkflowRetryPolicy maximumIntervalSeconds(Integer maximumIntervalSeconds)
    • getMaximumIntervalSeconds

      @Nullable public Integer getMaximumIntervalSeconds()
      Get maximumIntervalSeconds
      Returns:
      maximumIntervalSeconds
    • setMaximumIntervalSeconds

      public void setMaximumIntervalSeconds(Integer maximumIntervalSeconds)
    • maximumAttempts

      public WorkflowRetryPolicy maximumAttempts(Integer maximumAttempts)
    • getMaximumAttempts

      @Nullable public Integer getMaximumAttempts()
      Get maximumAttempts
      Returns:
      maximumAttempts
    • setMaximumAttempts

      public void setMaximumAttempts(Integer maximumAttempts)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object