Class PatchedWorkflowExecution

java.lang.Object
io.cloudreactor.tasksymphony.model.PatchedWorkflowExecution

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PatchedWorkflowExecution extends Object
PatchedWorkflowExecution
  • Field Details

  • Constructor Details

    • PatchedWorkflowExecution

      public PatchedWorkflowExecution()
  • Method Details

    • getUrl

      @Nullable public URI getUrl()
      Get url
      Returns:
      url
    • getUuid

      @Nullable public UUID getUuid()
      Get uuid
      Returns:
      uuid
    • getDashboardUrl

      @Nullable public String getDashboardUrl()
      Get dashboardUrl
      Returns:
      dashboardUrl
    • workflow

      public PatchedWorkflowExecution workflow(NameAndUuid workflow)
    • getWorkflow

      @Nullable public NameAndUuid getWorkflow()
      Get workflow
      Returns:
      workflow
    • setWorkflow

      public void setWorkflow(NameAndUuid workflow)
    • status

    • getStatus

      @Nullable public WorkflowExecutionStatus getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(WorkflowExecutionStatus status)
    • runReason

      public PatchedWorkflowExecution runReason(Integer runReason)
    • getRunReason

      @Nullable public Integer getRunReason()
      Get runReason minimum: -2147483648 maximum: 2147483647
      Returns:
      runReason
    • setRunReason

      public void setRunReason(Integer runReason)
    • getStartedAt

      @Nullable public OffsetDateTime getStartedAt()
      Get startedAt
      Returns:
      startedAt
    • getStartedBy

      @Nullable public String getStartedBy()
      Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      Returns:
      startedBy
    • finishedAt

      public PatchedWorkflowExecution finishedAt(OffsetDateTime finishedAt)
    • getFinishedAt

      @Nullable public OffsetDateTime getFinishedAt()
      Get finishedAt
      Returns:
      finishedAt
    • getFinishedAt_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getFinishedAt_JsonNullable()
    • setFinishedAt_JsonNullable

      public void setFinishedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> finishedAt)
    • setFinishedAt

      public void setFinishedAt(OffsetDateTime finishedAt)
    • lastHeartbeatAt

      public PatchedWorkflowExecution lastHeartbeatAt(OffsetDateTime lastHeartbeatAt)
    • getLastHeartbeatAt

      @Nullable public OffsetDateTime getLastHeartbeatAt()
      Get lastHeartbeatAt
      Returns:
      lastHeartbeatAt
    • getLastHeartbeatAt_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getLastHeartbeatAt_JsonNullable()
    • setLastHeartbeatAt_JsonNullable

      public void setLastHeartbeatAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> lastHeartbeatAt)
    • setLastHeartbeatAt

      public void setLastHeartbeatAt(OffsetDateTime lastHeartbeatAt)
    • stopReason

      public PatchedWorkflowExecution stopReason(Integer stopReason)
    • getStopReason

      @Nullable public Integer getStopReason()
      Get stopReason minimum: -2147483648 maximum: 2147483647
      Returns:
      stopReason
    • getStopReason_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getStopReason_JsonNullable()
    • setStopReason_JsonNullable

      public void setStopReason_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> stopReason)
    • setStopReason

      public void setStopReason(Integer stopReason)
    • markedDoneAt

      public PatchedWorkflowExecution markedDoneAt(OffsetDateTime markedDoneAt)
    • getMarkedDoneAt

      @Nullable public OffsetDateTime getMarkedDoneAt()
      Get markedDoneAt
      Returns:
      markedDoneAt
    • getMarkedDoneAt_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getMarkedDoneAt_JsonNullable()
    • setMarkedDoneAt_JsonNullable

      public void setMarkedDoneAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> markedDoneAt)
    • setMarkedDoneAt

      public void setMarkedDoneAt(OffsetDateTime markedDoneAt)
    • getMarkedDoneBy

      @Nullable public String getMarkedDoneBy()
      Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      Returns:
      markedDoneBy
    • killStartedAt

      public PatchedWorkflowExecution killStartedAt(OffsetDateTime killStartedAt)
    • getKillStartedAt

      @Nullable public OffsetDateTime getKillStartedAt()
      Get killStartedAt
      Returns:
      killStartedAt
    • getKillStartedAt_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getKillStartedAt_JsonNullable()
    • setKillStartedAt_JsonNullable

      public void setKillStartedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> killStartedAt)
    • setKillStartedAt

      public void setKillStartedAt(OffsetDateTime killStartedAt)
    • getKilledBy

      @Nullable public String getKilledBy()
      Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
      Returns:
      killedBy
    • killFinishedAt

      public PatchedWorkflowExecution killFinishedAt(OffsetDateTime killFinishedAt)
    • getKillFinishedAt

      @Nullable public OffsetDateTime getKillFinishedAt()
      Get killFinishedAt
      Returns:
      killFinishedAt
    • getKillFinishedAt_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getKillFinishedAt_JsonNullable()
    • setKillFinishedAt_JsonNullable

      public void setKillFinishedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> killFinishedAt)
    • setKillFinishedAt

      public void setKillFinishedAt(OffsetDateTime killFinishedAt)
    • killErrorCode

      public PatchedWorkflowExecution killErrorCode(Integer killErrorCode)
    • getKillErrorCode

      @Nullable public Integer getKillErrorCode()
      Get killErrorCode minimum: -2147483648 maximum: 2147483647
      Returns:
      killErrorCode
    • getKillErrorCode_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getKillErrorCode_JsonNullable()
    • setKillErrorCode_JsonNullable

      public void setKillErrorCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> killErrorCode)
    • setKillErrorCode

      public void setKillErrorCode(Integer killErrorCode)
    • failedAttempts

      public PatchedWorkflowExecution failedAttempts(Integer failedAttempts)
    • getFailedAttempts

      @Nullable public Integer getFailedAttempts()
      Get failedAttempts minimum: -2147483648 maximum: 2147483647
      Returns:
      failedAttempts
    • setFailedAttempts

      public void setFailedAttempts(Integer failedAttempts)
    • timedOutAttempts

      public PatchedWorkflowExecution timedOutAttempts(Integer timedOutAttempts)
    • getTimedOutAttempts

      @Nullable public Integer getTimedOutAttempts()
      Get timedOutAttempts minimum: -2147483648 maximum: 2147483647
      Returns:
      timedOutAttempts
    • setTimedOutAttempts

      public void setTimedOutAttempts(Integer timedOutAttempts)
    • getWorkflowSnapshot

      @Nullable public Map<String,Object> getWorkflowSnapshot()
      Get workflowSnapshot
      Returns:
      workflowSnapshot
    • getWorkflowTaskInstanceExecutions

      @Nullable public List<WorkflowTaskInstanceExecution> getWorkflowTaskInstanceExecutions()
      Get workflowTaskInstanceExecutions
      Returns:
      workflowTaskInstanceExecutions
    • getWorkflowTransitionEvaluations

      @Nullable public List<WorkflowTransitionEvaluation> getWorkflowTransitionEvaluations()
      Get workflowTransitionEvaluations
      Returns:
      workflowTransitionEvaluations
    • getCreatedAt

      @Nullable public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • 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