Class TaskExecution

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TaskExecution extends Object
A Task Execution is an execution / run instance of a Task.
  • Field Details

  • Constructor Details

    • TaskExecution

      public TaskExecution()
  • Method Details

    • getUrl

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

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

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

      @Nullable public String getInfrastructureWebsiteUrl()
      Get infrastructureWebsiteUrl
      Returns:
      infrastructureWebsiteUrl
    • task

      public TaskExecution task(NameAndUuid task)
    • getTask

      @Nullable public NameAndUuid getTask()
      Get task
      Returns:
      task
    • setTask

      public void setTask(NameAndUuid task)
    • taskVersionNumber

      public TaskExecution taskVersionNumber(Long taskVersionNumber)
    • getTaskVersionNumber

      @Nullable public Long getTaskVersionNumber()
      Get taskVersionNumber minimum: -9223372036854775808 maximum: 9223372036854775807
      Returns:
      taskVersionNumber
    • getTaskVersionNumber_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getTaskVersionNumber_JsonNullable()
    • setTaskVersionNumber_JsonNullable

      public void setTaskVersionNumber_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> taskVersionNumber)
    • setTaskVersionNumber

      public void setTaskVersionNumber(Long taskVersionNumber)
    • taskVersionText

      public TaskExecution taskVersionText(String taskVersionText)
    • getTaskVersionText

      @Nullable public String getTaskVersionText()
      Get taskVersionText
      Returns:
      taskVersionText
    • getTaskVersionText_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTaskVersionText_JsonNullable()
    • setTaskVersionText_JsonNullable

      public void setTaskVersionText_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskVersionText)
    • setTaskVersionText

      public void setTaskVersionText(String taskVersionText)
    • taskVersionSignature

      public TaskExecution taskVersionSignature(String taskVersionSignature)
    • getTaskVersionSignature

      @Nullable public String getTaskVersionSignature()
      Get taskVersionSignature
      Returns:
      taskVersionSignature
    • getTaskVersionSignature_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTaskVersionSignature_JsonNullable()
    • setTaskVersionSignature_JsonNullable

      public void setTaskVersionSignature_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskVersionSignature)
    • setTaskVersionSignature

      public void setTaskVersionSignature(String taskVersionSignature)
    • getCommitUrl

      @Nullable public String getCommitUrl()
      Get commitUrl
      Returns:
      commitUrl
    • otherInstanceMetadata

      public TaskExecution otherInstanceMetadata(Map<String,Object> otherInstanceMetadata)
    • putOtherInstanceMetadataItem

      public TaskExecution putOtherInstanceMetadataItem(String key, Object otherInstanceMetadataItem)
    • getOtherInstanceMetadata

      @Nullable public Map<String,Object> getOtherInstanceMetadata()
      Get otherInstanceMetadata
      Returns:
      otherInstanceMetadata
    • getOtherInstanceMetadata_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> getOtherInstanceMetadata_JsonNullable()
    • setOtherInstanceMetadata_JsonNullable

      public void setOtherInstanceMetadata_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> otherInstanceMetadata)
    • setOtherInstanceMetadata

      public void setOtherInstanceMetadata(Map<String,Object> otherInstanceMetadata)
    • hostname

      public TaskExecution hostname(String hostname)
    • getHostname

      @Nullable public String getHostname()
      Get hostname
      Returns:
      hostname
    • getHostname_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getHostname_JsonNullable()
    • setHostname_JsonNullable

      public void setHostname_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> hostname)
    • setHostname

      public void setHostname(String hostname)
    • environmentVariablesOverrides

      public TaskExecution environmentVariablesOverrides(Map<String,Object> environmentVariablesOverrides)
    • putEnvironmentVariablesOverridesItem

      public TaskExecution putEnvironmentVariablesOverridesItem(String key, Object environmentVariablesOverridesItem)
    • getEnvironmentVariablesOverrides

      @Nullable public Map<String,Object> getEnvironmentVariablesOverrides()
      Get environmentVariablesOverrides
      Returns:
      environmentVariablesOverrides
    • getEnvironmentVariablesOverrides_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> getEnvironmentVariablesOverrides_JsonNullable()
    • setEnvironmentVariablesOverrides_JsonNullable

      public void setEnvironmentVariablesOverrides_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> environmentVariablesOverrides)
    • setEnvironmentVariablesOverrides

      public void setEnvironmentVariablesOverrides(Map<String,Object> environmentVariablesOverrides)
    • getExecutionMethod

      @Nullable public AwsEcsExecutionMethod getExecutionMethod()
      Get executionMethod
      Returns:
      executionMethod
    • status

      public TaskExecution status(TaskExecutionStatus status)
    • getStatus

      @Nonnull public TaskExecutionStatus getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(TaskExecutionStatus status)
    • getStartedBy

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

      @Nonnull public OffsetDateTime getStartedAt()
      Get startedAt
      Returns:
      startedAt
    • finishedAt

      public TaskExecution 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)
    • getMarkedDoneBy

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

      public TaskExecution 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)
    • markedOutdatedAt

      public TaskExecution markedOutdatedAt(OffsetDateTime markedOutdatedAt)
    • getMarkedOutdatedAt

      @Nullable public OffsetDateTime getMarkedOutdatedAt()
      Get markedOutdatedAt
      Returns:
      markedOutdatedAt
    • getMarkedOutdatedAt_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getMarkedOutdatedAt_JsonNullable()
    • setMarkedOutdatedAt_JsonNullable

      public void setMarkedOutdatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> markedOutdatedAt)
    • setMarkedOutdatedAt

      public void setMarkedOutdatedAt(OffsetDateTime markedOutdatedAt)
    • getKilledBy

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

      public TaskExecution 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)
    • killFinishedAt

      public TaskExecution 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 TaskExecution 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)
    • stopReason

      public TaskExecution stopReason(StopReasonEnum stopReason)
    • getStopReason

      @Nullable public StopReasonEnum getStopReason()
      Get stopReason
      Returns:
      stopReason
    • setStopReason

      public void setStopReason(StopReasonEnum stopReason)
    • lastHeartbeatAt

      public TaskExecution 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)
    • failedAttempts

      public TaskExecution failedAttempts(Integer failedAttempts)
    • getFailedAttempts

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

      public void setFailedAttempts(Integer failedAttempts)
    • timedOutAttempts

      public TaskExecution timedOutAttempts(Integer timedOutAttempts)
    • getTimedOutAttempts

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

      public void setTimedOutAttempts(Integer timedOutAttempts)
    • exitCode

      public TaskExecution exitCode(Integer exitCode)
    • getExitCode

      @Nullable public Integer getExitCode()
      Get exitCode minimum: -2147483648 maximum: 2147483647
      Returns:
      exitCode
    • getExitCode_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getExitCode_JsonNullable()
    • setExitCode_JsonNullable

      public void setExitCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> exitCode)
    • setExitCode

      public void setExitCode(Integer exitCode)
    • lastStatusMessage

      public TaskExecution lastStatusMessage(String lastStatusMessage)
    • getLastStatusMessage

      @Nullable public String getLastStatusMessage()
      Get lastStatusMessage
      Returns:
      lastStatusMessage
    • getLastStatusMessage_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getLastStatusMessage_JsonNullable()
    • setLastStatusMessage_JsonNullable

      public void setLastStatusMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastStatusMessage)
    • setLastStatusMessage

      public void setLastStatusMessage(String lastStatusMessage)
    • errorCount

      public TaskExecution errorCount(Long errorCount)
    • getErrorCount

      @Nullable public Long getErrorCount()
      Get errorCount minimum: -9223372036854775808 maximum: 9223372036854775807
      Returns:
      errorCount
    • getErrorCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getErrorCount_JsonNullable()
    • setErrorCount_JsonNullable

      public void setErrorCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> errorCount)
    • setErrorCount

      public void setErrorCount(Long errorCount)
    • skippedCount

      public TaskExecution skippedCount(Long skippedCount)
    • getSkippedCount

      @Nullable public Long getSkippedCount()
      Get skippedCount minimum: -9223372036854775808 maximum: 9223372036854775807
      Returns:
      skippedCount
    • getSkippedCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getSkippedCount_JsonNullable()
    • setSkippedCount_JsonNullable

      public void setSkippedCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> skippedCount)
    • setSkippedCount

      public void setSkippedCount(Long skippedCount)
    • expectedCount

      public TaskExecution expectedCount(Long expectedCount)
    • getExpectedCount

      @Nullable public Long getExpectedCount()
      Get expectedCount minimum: -9223372036854775808 maximum: 9223372036854775807
      Returns:
      expectedCount
    • getExpectedCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getExpectedCount_JsonNullable()
    • setExpectedCount_JsonNullable

      public void setExpectedCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> expectedCount)
    • setExpectedCount

      public void setExpectedCount(Long expectedCount)
    • successCount

      public TaskExecution successCount(Long successCount)
    • getSuccessCount

      @Nullable public Long getSuccessCount()
      Get successCount minimum: -9223372036854775808 maximum: 9223372036854775807
      Returns:
      successCount
    • getSuccessCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getSuccessCount_JsonNullable()
    • setSuccessCount_JsonNullable

      public void setSuccessCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> successCount)
    • setSuccessCount

      public void setSuccessCount(Long successCount)
    • otherRuntimeMetadata

      public TaskExecution otherRuntimeMetadata(Map<String,Object> otherRuntimeMetadata)
    • putOtherRuntimeMetadataItem

      public TaskExecution putOtherRuntimeMetadataItem(String key, Object otherRuntimeMetadataItem)
    • getOtherRuntimeMetadata

      @Nullable public Map<String,Object> getOtherRuntimeMetadata()
      Get otherRuntimeMetadata
      Returns:
      otherRuntimeMetadata
    • getOtherRuntimeMetadata_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> getOtherRuntimeMetadata_JsonNullable()
    • setOtherRuntimeMetadata_JsonNullable

      public void setOtherRuntimeMetadata_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> otherRuntimeMetadata)
    • setOtherRuntimeMetadata

      public void setOtherRuntimeMetadata(Map<String,Object> otherRuntimeMetadata)
    • currentCpuUnits

      public TaskExecution currentCpuUnits(Integer currentCpuUnits)
    • getCurrentCpuUnits

      @Nullable public Integer getCurrentCpuUnits()
      Get currentCpuUnits minimum: 0 maximum: 2147483647
      Returns:
      currentCpuUnits
    • getCurrentCpuUnits_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getCurrentCpuUnits_JsonNullable()
    • setCurrentCpuUnits_JsonNullable

      public void setCurrentCpuUnits_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> currentCpuUnits)
    • setCurrentCpuUnits

      public void setCurrentCpuUnits(Integer currentCpuUnits)
    • meanCpuUnits

      public TaskExecution meanCpuUnits(Integer meanCpuUnits)
    • getMeanCpuUnits

      @Nullable public Integer getMeanCpuUnits()
      Get meanCpuUnits minimum: 0 maximum: 2147483647
      Returns:
      meanCpuUnits
    • getMeanCpuUnits_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMeanCpuUnits_JsonNullable()
    • setMeanCpuUnits_JsonNullable

      public void setMeanCpuUnits_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> meanCpuUnits)
    • setMeanCpuUnits

      public void setMeanCpuUnits(Integer meanCpuUnits)
    • maxCpuUnits

      public TaskExecution maxCpuUnits(Integer maxCpuUnits)
    • getMaxCpuUnits

      @Nullable public Integer getMaxCpuUnits()
      Get maxCpuUnits minimum: -2147483648 maximum: 2147483647
      Returns:
      maxCpuUnits
    • getMaxCpuUnits_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxCpuUnits_JsonNullable()
    • setMaxCpuUnits_JsonNullable

      public void setMaxCpuUnits_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxCpuUnits)
    • setMaxCpuUnits

      public void setMaxCpuUnits(Integer maxCpuUnits)
    • currentMemoryMb

      public TaskExecution currentMemoryMb(Integer currentMemoryMb)
    • getCurrentMemoryMb

      @Nullable public Integer getCurrentMemoryMb()
      Get currentMemoryMb minimum: 0 maximum: 2147483647
      Returns:
      currentMemoryMb
    • getCurrentMemoryMb_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getCurrentMemoryMb_JsonNullable()
    • setCurrentMemoryMb_JsonNullable

      public void setCurrentMemoryMb_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> currentMemoryMb)
    • setCurrentMemoryMb

      public void setCurrentMemoryMb(Integer currentMemoryMb)
    • meanMemoryMb

      public TaskExecution meanMemoryMb(Integer meanMemoryMb)
    • getMeanMemoryMb

      @Nullable public Integer getMeanMemoryMb()
      Get meanMemoryMb minimum: 0 maximum: 2147483647
      Returns:
      meanMemoryMb
    • getMeanMemoryMb_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMeanMemoryMb_JsonNullable()
    • setMeanMemoryMb_JsonNullable

      public void setMeanMemoryMb_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> meanMemoryMb)
    • setMeanMemoryMb

      public void setMeanMemoryMb(Integer meanMemoryMb)
    • maxMemoryMb

      public TaskExecution maxMemoryMb(Integer maxMemoryMb)
    • getMaxMemoryMb

      @Nullable public Integer getMaxMemoryMb()
      Get maxMemoryMb minimum: -2147483648 maximum: 2147483647
      Returns:
      maxMemoryMb
    • getMaxMemoryMb_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxMemoryMb_JsonNullable()
    • setMaxMemoryMb_JsonNullable

      public void setMaxMemoryMb_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxMemoryMb)
    • setMaxMemoryMb

      public void setMaxMemoryMb(Integer maxMemoryMb)
    • wrapperVersion

      public TaskExecution wrapperVersion(String wrapperVersion)
    • getWrapperVersion

      @Nullable public String getWrapperVersion()
      Get wrapperVersion
      Returns:
      wrapperVersion
    • getWrapperVersion_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getWrapperVersion_JsonNullable()
    • setWrapperVersion_JsonNullable

      public void setWrapperVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> wrapperVersion)
    • setWrapperVersion

      public void setWrapperVersion(String wrapperVersion)
    • wrapperLogLevel

      public TaskExecution wrapperLogLevel(String wrapperLogLevel)
    • getWrapperLogLevel

      @Nullable public String getWrapperLogLevel()
      Get wrapperLogLevel
      Returns:
      wrapperLogLevel
    • getWrapperLogLevel_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getWrapperLogLevel_JsonNullable()
    • setWrapperLogLevel_JsonNullable

      public void setWrapperLogLevel_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> wrapperLogLevel)
    • setWrapperLogLevel

      public void setWrapperLogLevel(String wrapperLogLevel)
    • deployment

      public TaskExecution deployment(String deployment)
    • getDeployment

      @Nullable public String getDeployment()
      Get deployment
      Returns:
      deployment
    • getDeployment_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDeployment_JsonNullable()
    • setDeployment_JsonNullable

      public void setDeployment_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deployment)
    • setDeployment

      public void setDeployment(String deployment)
    • processCommand

      public TaskExecution processCommand(String processCommand)
    • getProcessCommand

      @Nullable public String getProcessCommand()
      Get processCommand
      Returns:
      processCommand
    • getProcessCommand_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessCommand_JsonNullable()
    • setProcessCommand_JsonNullable

      public void setProcessCommand_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processCommand)
    • setProcessCommand

      public void setProcessCommand(String processCommand)
    • isService

      public TaskExecution isService(Boolean isService)
    • getIsService

      @Nullable public Boolean getIsService()
      Get isService
      Returns:
      isService
    • getIsService_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getIsService_JsonNullable()
    • setIsService_JsonNullable

      public void setIsService_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> isService)
    • setIsService

      public void setIsService(Boolean isService)
    • taskMaxConcurrency

      public TaskExecution taskMaxConcurrency(Integer taskMaxConcurrency)
    • getTaskMaxConcurrency

      @Nullable public Integer getTaskMaxConcurrency()
      Get taskMaxConcurrency minimum: -2147483648 maximum: 2147483647
      Returns:
      taskMaxConcurrency
    • getTaskMaxConcurrency_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getTaskMaxConcurrency_JsonNullable()
    • setTaskMaxConcurrency_JsonNullable

      public void setTaskMaxConcurrency_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> taskMaxConcurrency)
    • setTaskMaxConcurrency

      public void setTaskMaxConcurrency(Integer taskMaxConcurrency)
    • maxConflictingAgeSeconds

      public TaskExecution maxConflictingAgeSeconds(Integer maxConflictingAgeSeconds)
    • getMaxConflictingAgeSeconds

      @Nullable public Integer getMaxConflictingAgeSeconds()
      Get maxConflictingAgeSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      maxConflictingAgeSeconds
    • getMaxConflictingAgeSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxConflictingAgeSeconds_JsonNullable()
    • setMaxConflictingAgeSeconds_JsonNullable

      public void setMaxConflictingAgeSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxConflictingAgeSeconds)
    • setMaxConflictingAgeSeconds

      public void setMaxConflictingAgeSeconds(Integer maxConflictingAgeSeconds)
    • preventOfflineExecution

      public TaskExecution preventOfflineExecution(Boolean preventOfflineExecution)
    • getPreventOfflineExecution

      @Nullable public Boolean getPreventOfflineExecution()
      Get preventOfflineExecution
      Returns:
      preventOfflineExecution
    • getPreventOfflineExecution_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getPreventOfflineExecution_JsonNullable()
    • setPreventOfflineExecution_JsonNullable

      public void setPreventOfflineExecution_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> preventOfflineExecution)
    • setPreventOfflineExecution

      public void setPreventOfflineExecution(Boolean preventOfflineExecution)
    • processTimeoutSeconds

      public TaskExecution processTimeoutSeconds(Integer processTimeoutSeconds)
    • getProcessTimeoutSeconds

      @Nullable public Integer getProcessTimeoutSeconds()
      Get processTimeoutSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      processTimeoutSeconds
    • getProcessTimeoutSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getProcessTimeoutSeconds_JsonNullable()
    • setProcessTimeoutSeconds_JsonNullable

      public void setProcessTimeoutSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> processTimeoutSeconds)
    • setProcessTimeoutSeconds

      public void setProcessTimeoutSeconds(Integer processTimeoutSeconds)
    • processTerminationGracePeriodSeconds

      public TaskExecution processTerminationGracePeriodSeconds(Integer processTerminationGracePeriodSeconds)
    • getProcessTerminationGracePeriodSeconds

      @Nullable public Integer getProcessTerminationGracePeriodSeconds()
      Get processTerminationGracePeriodSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      processTerminationGracePeriodSeconds
    • getProcessTerminationGracePeriodSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getProcessTerminationGracePeriodSeconds_JsonNullable()
    • setProcessTerminationGracePeriodSeconds_JsonNullable

      public void setProcessTerminationGracePeriodSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> processTerminationGracePeriodSeconds)
    • setProcessTerminationGracePeriodSeconds

      public void setProcessTerminationGracePeriodSeconds(Integer processTerminationGracePeriodSeconds)
    • processMaxRetries

      public TaskExecution processMaxRetries(Integer processMaxRetries)
    • getProcessMaxRetries

      @Nullable public Integer getProcessMaxRetries()
      Get processMaxRetries minimum: -2147483648 maximum: 2147483647
      Returns:
      processMaxRetries
    • getProcessMaxRetries_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getProcessMaxRetries_JsonNullable()
    • setProcessMaxRetries_JsonNullable

      public void setProcessMaxRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> processMaxRetries)
    • setProcessMaxRetries

      public void setProcessMaxRetries(Integer processMaxRetries)
    • processRetryDelaySeconds

      public TaskExecution processRetryDelaySeconds(Integer processRetryDelaySeconds)
    • getProcessRetryDelaySeconds

      @Nullable public Integer getProcessRetryDelaySeconds()
      Get processRetryDelaySeconds minimum: 0 maximum: 2147483647
      Returns:
      processRetryDelaySeconds
    • getProcessRetryDelaySeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getProcessRetryDelaySeconds_JsonNullable()
    • setProcessRetryDelaySeconds_JsonNullable

      public void setProcessRetryDelaySeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> processRetryDelaySeconds)
    • setProcessRetryDelaySeconds

      public void setProcessRetryDelaySeconds(Integer processRetryDelaySeconds)
    • schedule

      public TaskExecution schedule(String schedule)
    • getSchedule

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

      public org.openapitools.jackson.nullable.JsonNullable<String> getSchedule_JsonNullable()
    • setSchedule_JsonNullable

      public void setSchedule_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> schedule)
    • setSchedule

      public void setSchedule(String schedule)
    • heartbeatIntervalSeconds

      public TaskExecution heartbeatIntervalSeconds(Integer heartbeatIntervalSeconds)
    • getHeartbeatIntervalSeconds

      @Nullable public Integer getHeartbeatIntervalSeconds()
      Get heartbeatIntervalSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      heartbeatIntervalSeconds
    • getHeartbeatIntervalSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getHeartbeatIntervalSeconds_JsonNullable()
    • setHeartbeatIntervalSeconds_JsonNullable

      public void setHeartbeatIntervalSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> heartbeatIntervalSeconds)
    • setHeartbeatIntervalSeconds

      public void setHeartbeatIntervalSeconds(Integer heartbeatIntervalSeconds)
    • getWorkflowTaskInstanceExecution

      @Nullable public WorkflowTaskInstanceExecutionBase getWorkflowTaskInstanceExecution()
      Get workflowTaskInstanceExecution
      Returns:
      workflowTaskInstanceExecution
    • apiBaseUrl

      public TaskExecution apiBaseUrl(String apiBaseUrl)
    • getApiBaseUrl

      @Nullable public String getApiBaseUrl()
      Get apiBaseUrl
      Returns:
      apiBaseUrl
    • setApiBaseUrl

      public void setApiBaseUrl(String apiBaseUrl)
    • apiRequestTimeoutSeconds

      public TaskExecution apiRequestTimeoutSeconds(Integer apiRequestTimeoutSeconds)
    • getApiRequestTimeoutSeconds

      @Nullable public Integer getApiRequestTimeoutSeconds()
      Get apiRequestTimeoutSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      apiRequestTimeoutSeconds
    • getApiRequestTimeoutSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getApiRequestTimeoutSeconds_JsonNullable()
    • setApiRequestTimeoutSeconds_JsonNullable

      public void setApiRequestTimeoutSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> apiRequestTimeoutSeconds)
    • setApiRequestTimeoutSeconds

      public void setApiRequestTimeoutSeconds(Integer apiRequestTimeoutSeconds)
    • apiRetryDelaySeconds

      public TaskExecution apiRetryDelaySeconds(Integer apiRetryDelaySeconds)
    • getApiRetryDelaySeconds

      @Nullable public Integer getApiRetryDelaySeconds()
      Get apiRetryDelaySeconds minimum: 0 maximum: 2147483647
      Returns:
      apiRetryDelaySeconds
    • getApiRetryDelaySeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getApiRetryDelaySeconds_JsonNullable()
    • setApiRetryDelaySeconds_JsonNullable

      public void setApiRetryDelaySeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> apiRetryDelaySeconds)
    • setApiRetryDelaySeconds

      public void setApiRetryDelaySeconds(Integer apiRetryDelaySeconds)
    • apiResumeDelaySeconds

      public TaskExecution apiResumeDelaySeconds(Integer apiResumeDelaySeconds)
    • getApiResumeDelaySeconds

      @Nullable public Integer getApiResumeDelaySeconds()
      Get apiResumeDelaySeconds minimum: 0 maximum: 2147483647
      Returns:
      apiResumeDelaySeconds
    • getApiResumeDelaySeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getApiResumeDelaySeconds_JsonNullable()
    • setApiResumeDelaySeconds_JsonNullable

      public void setApiResumeDelaySeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> apiResumeDelaySeconds)
    • setApiResumeDelaySeconds

      public void setApiResumeDelaySeconds(Integer apiResumeDelaySeconds)
    • apiErrorTimeoutSeconds

      public TaskExecution apiErrorTimeoutSeconds(Integer apiErrorTimeoutSeconds)
    • getApiErrorTimeoutSeconds

      @Nullable public Integer getApiErrorTimeoutSeconds()
      Get apiErrorTimeoutSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      apiErrorTimeoutSeconds
    • getApiErrorTimeoutSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getApiErrorTimeoutSeconds_JsonNullable()
    • setApiErrorTimeoutSeconds_JsonNullable

      public void setApiErrorTimeoutSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> apiErrorTimeoutSeconds)
    • setApiErrorTimeoutSeconds

      public void setApiErrorTimeoutSeconds(Integer apiErrorTimeoutSeconds)
    • apiTaskExecutionCreationErrorTimeoutSeconds

      public TaskExecution apiTaskExecutionCreationErrorTimeoutSeconds(Integer apiTaskExecutionCreationErrorTimeoutSeconds)
    • getApiTaskExecutionCreationErrorTimeoutSeconds

      @Nullable public Integer getApiTaskExecutionCreationErrorTimeoutSeconds()
      Get apiTaskExecutionCreationErrorTimeoutSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      apiTaskExecutionCreationErrorTimeoutSeconds
    • getApiTaskExecutionCreationErrorTimeoutSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getApiTaskExecutionCreationErrorTimeoutSeconds_JsonNullable()
    • setApiTaskExecutionCreationErrorTimeoutSeconds_JsonNullable

      public void setApiTaskExecutionCreationErrorTimeoutSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> apiTaskExecutionCreationErrorTimeoutSeconds)
    • setApiTaskExecutionCreationErrorTimeoutSeconds

      public void setApiTaskExecutionCreationErrorTimeoutSeconds(Integer apiTaskExecutionCreationErrorTimeoutSeconds)
    • apiTaskExecutionCreationConflictTimeoutSeconds

      public TaskExecution apiTaskExecutionCreationConflictTimeoutSeconds(Integer apiTaskExecutionCreationConflictTimeoutSeconds)
    • getApiTaskExecutionCreationConflictTimeoutSeconds

      @Nullable public Integer getApiTaskExecutionCreationConflictTimeoutSeconds()
      Get apiTaskExecutionCreationConflictTimeoutSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      apiTaskExecutionCreationConflictTimeoutSeconds
    • getApiTaskExecutionCreationConflictTimeoutSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getApiTaskExecutionCreationConflictTimeoutSeconds_JsonNullable()
    • setApiTaskExecutionCreationConflictTimeoutSeconds_JsonNullable

      public void setApiTaskExecutionCreationConflictTimeoutSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> apiTaskExecutionCreationConflictTimeoutSeconds)
    • setApiTaskExecutionCreationConflictTimeoutSeconds

      public void setApiTaskExecutionCreationConflictTimeoutSeconds(Integer apiTaskExecutionCreationConflictTimeoutSeconds)
    • apiTaskExecutionCreationConflictRetryDelaySeconds

      public TaskExecution apiTaskExecutionCreationConflictRetryDelaySeconds(Integer apiTaskExecutionCreationConflictRetryDelaySeconds)
    • getApiTaskExecutionCreationConflictRetryDelaySeconds

      @Nullable public Integer getApiTaskExecutionCreationConflictRetryDelaySeconds()
      Get apiTaskExecutionCreationConflictRetryDelaySeconds minimum: 0 maximum: 2147483647
      Returns:
      apiTaskExecutionCreationConflictRetryDelaySeconds
    • getApiTaskExecutionCreationConflictRetryDelaySeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getApiTaskExecutionCreationConflictRetryDelaySeconds_JsonNullable()
    • setApiTaskExecutionCreationConflictRetryDelaySeconds_JsonNullable

      public void setApiTaskExecutionCreationConflictRetryDelaySeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> apiTaskExecutionCreationConflictRetryDelaySeconds)
    • setApiTaskExecutionCreationConflictRetryDelaySeconds

      public void setApiTaskExecutionCreationConflictRetryDelaySeconds(Integer apiTaskExecutionCreationConflictRetryDelaySeconds)
    • apiFinalUpdateTimeoutSeconds

      public TaskExecution apiFinalUpdateTimeoutSeconds(Integer apiFinalUpdateTimeoutSeconds)
    • getApiFinalUpdateTimeoutSeconds

      @Nullable public Integer getApiFinalUpdateTimeoutSeconds()
      Get apiFinalUpdateTimeoutSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      apiFinalUpdateTimeoutSeconds
    • getApiFinalUpdateTimeoutSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getApiFinalUpdateTimeoutSeconds_JsonNullable()
    • setApiFinalUpdateTimeoutSeconds_JsonNullable

      public void setApiFinalUpdateTimeoutSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> apiFinalUpdateTimeoutSeconds)
    • setApiFinalUpdateTimeoutSeconds

      public void setApiFinalUpdateTimeoutSeconds(Integer apiFinalUpdateTimeoutSeconds)
    • statusUpdateIntervalSeconds

      public TaskExecution statusUpdateIntervalSeconds(Integer statusUpdateIntervalSeconds)
    • getStatusUpdateIntervalSeconds

      @Nullable public Integer getStatusUpdateIntervalSeconds()
      Get statusUpdateIntervalSeconds minimum: -2147483648 maximum: 2147483647
      Returns:
      statusUpdateIntervalSeconds
    • getStatusUpdateIntervalSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getStatusUpdateIntervalSeconds_JsonNullable()
    • setStatusUpdateIntervalSeconds_JsonNullable

      public void setStatusUpdateIntervalSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> statusUpdateIntervalSeconds)
    • setStatusUpdateIntervalSeconds

      public void setStatusUpdateIntervalSeconds(Integer statusUpdateIntervalSeconds)
    • statusUpdatePort

      public TaskExecution statusUpdatePort(Integer statusUpdatePort)
    • getStatusUpdatePort

      @Nullable public Integer getStatusUpdatePort()
      Get statusUpdatePort minimum: -2147483648 maximum: 2147483647
      Returns:
      statusUpdatePort
    • getStatusUpdatePort_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getStatusUpdatePort_JsonNullable()
    • setStatusUpdatePort_JsonNullable

      public void setStatusUpdatePort_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> statusUpdatePort)
    • setStatusUpdatePort

      public void setStatusUpdatePort(Integer statusUpdatePort)
    • statusUpdateMessageMaxBytes

      public TaskExecution statusUpdateMessageMaxBytes(Integer statusUpdateMessageMaxBytes)
    • getStatusUpdateMessageMaxBytes

      @Nullable public Integer getStatusUpdateMessageMaxBytes()
      Get statusUpdateMessageMaxBytes minimum: -2147483648 maximum: 2147483647
      Returns:
      statusUpdateMessageMaxBytes
    • getStatusUpdateMessageMaxBytes_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getStatusUpdateMessageMaxBytes_JsonNullable()
    • setStatusUpdateMessageMaxBytes_JsonNullable

      public void setStatusUpdateMessageMaxBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> statusUpdateMessageMaxBytes)
    • setStatusUpdateMessageMaxBytes

      public void setStatusUpdateMessageMaxBytes(Integer statusUpdateMessageMaxBytes)
    • debugLogTail

      public TaskExecution debugLogTail(String debugLogTail)
    • getDebugLogTail

      @Nullable public String getDebugLogTail()
      Get debugLogTail
      Returns:
      debugLogTail
    • getDebugLogTail_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDebugLogTail_JsonNullable()
    • setDebugLogTail_JsonNullable

      public void setDebugLogTail_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> debugLogTail)
    • setDebugLogTail

      public void setDebugLogTail(String debugLogTail)
    • errorLogTail

      public TaskExecution errorLogTail(String errorLogTail)
    • getErrorLogTail

      @Nullable public String getErrorLogTail()
      Get errorLogTail
      Returns:
      errorLogTail
    • getErrorLogTail_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getErrorLogTail_JsonNullable()
    • setErrorLogTail_JsonNullable

      public void setErrorLogTail_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorLogTail)
    • setErrorLogTail

      public void setErrorLogTail(String errorLogTail)
    • embeddedMode

      public TaskExecution embeddedMode(Boolean embeddedMode)
    • getEmbeddedMode

      @Nullable public Boolean getEmbeddedMode()
      Get embeddedMode
      Returns:
      embeddedMode
    • getEmbeddedMode_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getEmbeddedMode_JsonNullable()
    • setEmbeddedMode_JsonNullable

      public void setEmbeddedMode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> embeddedMode)
    • setEmbeddedMode

      public void setEmbeddedMode(Boolean embeddedMode)
    • 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