Class PatchedWorkflow

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PatchedWorkflow extends Object
Workflows are Tasks arranged in a directed graph. Configured Tasks are held by WorkflowTaskInstances, and WorkflowTransitions connect WorkflowTaskInstances together.
  • Field Details

  • Constructor Details

    • PatchedWorkflow

      public PatchedWorkflow()
  • Method Details

    • getUrl

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

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

      public PatchedWorkflow name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • description

      public PatchedWorkflow description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • getDashboardUrl

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

      public PatchedWorkflow schedule(String schedule)
    • getSchedule

      @Nullable public String getSchedule()
      Get schedule
      Returns:
      schedule
    • setSchedule

      public void setSchedule(String schedule)
    • maxConcurrency

      public PatchedWorkflow maxConcurrency(Integer maxConcurrency)
    • getMaxConcurrency

      @Nullable public Integer getMaxConcurrency()
      Get maxConcurrency minimum: -2147483648 maximum: 2147483647
      Returns:
      maxConcurrency
    • getMaxConcurrency_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxConcurrency_JsonNullable()
    • setMaxConcurrency_JsonNullable

      public void setMaxConcurrency_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxConcurrency)
    • setMaxConcurrency

      public void setMaxConcurrency(Integer maxConcurrency)
    • maxAgeSeconds

      public PatchedWorkflow maxAgeSeconds(Integer maxAgeSeconds)
    • getMaxAgeSeconds

      @Nullable public Integer getMaxAgeSeconds()
      Get maxAgeSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      maxAgeSeconds
    • getMaxAgeSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxAgeSeconds_JsonNullable()
    • setMaxAgeSeconds_JsonNullable

      public void setMaxAgeSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxAgeSeconds)
    • setMaxAgeSeconds

      public void setMaxAgeSeconds(Integer maxAgeSeconds)
    • defaultMaxRetries

      public PatchedWorkflow defaultMaxRetries(Integer defaultMaxRetries)
    • getDefaultMaxRetries

      @Nullable public Integer getDefaultMaxRetries()
      Get defaultMaxRetries minimum: -2147483648 maximum: 2147483647
      Returns:
      defaultMaxRetries
    • setDefaultMaxRetries

      public void setDefaultMaxRetries(Integer defaultMaxRetries)
    • latestWorkflowExecution

      public PatchedWorkflow latestWorkflowExecution(WorkflowExecutionSummary latestWorkflowExecution)
    • getLatestWorkflowExecution

      @Nullable public WorkflowExecutionSummary getLatestWorkflowExecution()
      Get latestWorkflowExecution
      Returns:
      latestWorkflowExecution
    • setLatestWorkflowExecution

      public void setLatestWorkflowExecution(WorkflowExecutionSummary latestWorkflowExecution)
    • getCreatedByUser

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

      @Nullable public Group getCreatedByGroup()
      Get createdByGroup
      Returns:
      createdByGroup
    • getCreatedByGroup_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Group> getCreatedByGroup_JsonNullable()
    • runEnvironment

      public PatchedWorkflow runEnvironment(NameAndUuid runEnvironment)
    • getRunEnvironment

      @Nullable public NameAndUuid getRunEnvironment()
      Get runEnvironment
      Returns:
      runEnvironment
    • getRunEnvironment_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<NameAndUuid> getRunEnvironment_JsonNullable()
    • setRunEnvironment_JsonNullable

      public void setRunEnvironment_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NameAndUuid> runEnvironment)
    • setRunEnvironment

      public void setRunEnvironment(NameAndUuid runEnvironment)
    • enabled

      public PatchedWorkflow enabled(Boolean enabled)
    • getEnabled

      @Nullable public Boolean getEnabled()
      Get enabled
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getCreatedAt

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

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • alertMethods

      public PatchedWorkflow alertMethods(List<NameAndUuid> alertMethods)
    • addAlertMethodsItem

      public PatchedWorkflow addAlertMethodsItem(NameAndUuid alertMethodsItem)
    • getAlertMethods

      @Nullable public List<NameAndUuid> getAlertMethods()
      Get alertMethods
      Returns:
      alertMethods
    • setAlertMethods

      public void setAlertMethods(List<NameAndUuid> alertMethods)
    • getWorkflowTaskInstances

      @Nullable public List<WorkflowTaskInstance> getWorkflowTaskInstances()
      Get workflowTaskInstances
      Returns:
      workflowTaskInstances
    • getWorkflowTransitions

      @Nullable public List<WorkflowTransition> getWorkflowTransitions()
      Get workflowTransitions
      Returns:
      workflowTransitions
    • 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