Class WorkflowSkipTimerRequest

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-02T14:56:16.474306-06:00[America/Chicago]") public class WorkflowSkipTimerRequest extends Object
WorkflowSkipTimerRequest
  • Field Details

  • Constructor Details

    • WorkflowSkipTimerRequest

      public WorkflowSkipTimerRequest()
  • Method Details

    • workflowId

      public WorkflowSkipTimerRequest workflowId(String workflowId)
    • getWorkflowId

      @Nonnull public String getWorkflowId()
      Get workflowId
      Returns:
      workflowId
    • setWorkflowId

      public void setWorkflowId(String workflowId)
    • workflowRunId

      public WorkflowSkipTimerRequest workflowRunId(String workflowRunId)
    • getWorkflowRunId

      @Nullable public String getWorkflowRunId()
      Get workflowRunId
      Returns:
      workflowRunId
    • setWorkflowRunId

      public void setWorkflowRunId(String workflowRunId)
    • workflowStateExecutionId

      public WorkflowSkipTimerRequest workflowStateExecutionId(String workflowStateExecutionId)
    • getWorkflowStateExecutionId

      @Nonnull public String getWorkflowStateExecutionId()
      Get workflowStateExecutionId
      Returns:
      workflowStateExecutionId
    • setWorkflowStateExecutionId

      public void setWorkflowStateExecutionId(String workflowStateExecutionId)
    • timerCommandId

      public WorkflowSkipTimerRequest timerCommandId(String timerCommandId)
    • getTimerCommandId

      @Nullable public String getTimerCommandId()
      Get timerCommandId
      Returns:
      timerCommandId
    • setTimerCommandId

      public void setTimerCommandId(String timerCommandId)
    • timerCommandIndex

      public WorkflowSkipTimerRequest timerCommandIndex(Integer timerCommandIndex)
    • getTimerCommandIndex

      @Nullable public Integer getTimerCommandIndex()
      Get timerCommandIndex
      Returns:
      timerCommandIndex
    • setTimerCommandIndex

      public void setTimerCommandIndex(Integer timerCommandIndex)
    • 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