Class Context

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

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

  • Constructor Details

    • Context

      public Context()
  • Method Details

    • workflowId

      public Context workflowId(String workflowId)
    • getWorkflowId

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

      public void setWorkflowId(String workflowId)
    • workflowRunId

      public Context workflowRunId(String workflowRunId)
    • getWorkflowRunId

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

      public void setWorkflowRunId(String workflowRunId)
    • workflowStartedTimestamp

      public Context workflowStartedTimestamp(Long workflowStartedTimestamp)
    • getWorkflowStartedTimestamp

      @Nonnull public Long getWorkflowStartedTimestamp()
      Get workflowStartedTimestamp
      Returns:
      workflowStartedTimestamp
    • setWorkflowStartedTimestamp

      public void setWorkflowStartedTimestamp(Long workflowStartedTimestamp)
    • stateExecutionId

      public Context stateExecutionId(String stateExecutionId)
    • getStateExecutionId

      @Nullable public String getStateExecutionId()
      Get stateExecutionId
      Returns:
      stateExecutionId
    • setStateExecutionId

      public void setStateExecutionId(String stateExecutionId)
    • firstAttemptTimestamp

      public Context firstAttemptTimestamp(Long firstAttemptTimestamp)
    • getFirstAttemptTimestamp

      @Nullable public Long getFirstAttemptTimestamp()
      Get firstAttemptTimestamp
      Returns:
      firstAttemptTimestamp
    • setFirstAttemptTimestamp

      public void setFirstAttemptTimestamp(Long firstAttemptTimestamp)
    • attempt

      public Context attempt(Integer attempt)
    • getAttempt

      @Nullable public Integer getAttempt()
      Get attempt
      Returns:
      attempt
    • setAttempt

      public void setAttempt(Integer attempt)
    • 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