Class WorkflowSummary

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class WorkflowSummary extends Object
Selected properties of Workflows.
  • Field Details

  • Constructor Details

    • WorkflowSummary

      public WorkflowSummary()
  • Method Details

    • getUrl

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

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

      public WorkflowSummary name(String name)
    • getName

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

      public void setName(String name)
    • description

      public WorkflowSummary description(String description)
    • getDescription

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

      public void setDescription(String description)
    • getDashboardUrl

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

      public WorkflowSummary schedule(String schedule)
    • getSchedule

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

      public void setSchedule(String schedule)
    • maxConcurrency

      public WorkflowSummary 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 WorkflowSummary 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 WorkflowSummary defaultMaxRetries(Integer defaultMaxRetries)
    • getDefaultMaxRetries

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

      public void setDefaultMaxRetries(Integer defaultMaxRetries)
    • latestWorkflowExecution

      public WorkflowSummary latestWorkflowExecution(WorkflowExecutionSummary latestWorkflowExecution)
    • getLatestWorkflowExecution

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

      public void setLatestWorkflowExecution(WorkflowExecutionSummary latestWorkflowExecution)
    • getCreatedByUser

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

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

      public WorkflowSummary 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 WorkflowSummary enabled(Boolean enabled)
    • getEnabled

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

      public void setEnabled(Boolean enabled)
    • getCreatedAt

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

      @Nonnull 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