Class WorkflowSearchResponseEntry

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-12-11T13:43:36.581098-06:00[America/Chicago]") public class WorkflowSearchResponseEntry extends Object
WorkflowSearchResponseEntry
  • Field Details

  • Constructor Details

    • WorkflowSearchResponseEntry

      public WorkflowSearchResponseEntry()
  • Method Details

    • workflowId

      public WorkflowSearchResponseEntry workflowId(String workflowId)
    • getWorkflowId

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

      public void setWorkflowId(String workflowId)
    • workflowRunId

      public WorkflowSearchResponseEntry workflowRunId(String workflowRunId)
    • getWorkflowRunId

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

      public void setWorkflowRunId(String workflowRunId)
    • 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