Class PatchedTask

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PatchedTask extends Object
A Task is a specification for a runnable job, including details on how to run the task and how often the task is supposed to run.
  • Field Details

  • Constructor Details

    • PatchedTask

      public PatchedTask()
  • Method Details

    • getUrl

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

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

      public PatchedTask name(String name)
    • getName

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

      public void setName(String name)
    • description

      public PatchedTask 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
    • getInfrastructureWebsiteUrl

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

      public org.openapitools.jackson.nullable.JsonNullable<String> getInfrastructureWebsiteUrl_JsonNullable()
    • maxManualStartDelayBeforeAlertSeconds

      public PatchedTask maxManualStartDelayBeforeAlertSeconds(Integer maxManualStartDelayBeforeAlertSeconds)
    • getMaxManualStartDelayBeforeAlertSeconds

      @Nullable public Integer getMaxManualStartDelayBeforeAlertSeconds()
      Get maxManualStartDelayBeforeAlertSeconds minimum: 0 maximum: 2147483647
      Returns:
      maxManualStartDelayBeforeAlertSeconds
    • getMaxManualStartDelayBeforeAlertSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxManualStartDelayBeforeAlertSeconds_JsonNullable()
    • setMaxManualStartDelayBeforeAlertSeconds_JsonNullable

      public void setMaxManualStartDelayBeforeAlertSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxManualStartDelayBeforeAlertSeconds)
    • setMaxManualStartDelayBeforeAlertSeconds

      public void setMaxManualStartDelayBeforeAlertSeconds(Integer maxManualStartDelayBeforeAlertSeconds)
    • maxManualStartDelayBeforeAbandonmentSeconds

      public PatchedTask maxManualStartDelayBeforeAbandonmentSeconds(Integer maxManualStartDelayBeforeAbandonmentSeconds)
    • getMaxManualStartDelayBeforeAbandonmentSeconds

      @Nullable public Integer getMaxManualStartDelayBeforeAbandonmentSeconds()
      Get maxManualStartDelayBeforeAbandonmentSeconds minimum: 0 maximum: 2147483647
      Returns:
      maxManualStartDelayBeforeAbandonmentSeconds
    • getMaxManualStartDelayBeforeAbandonmentSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxManualStartDelayBeforeAbandonmentSeconds_JsonNullable()
    • setMaxManualStartDelayBeforeAbandonmentSeconds_JsonNullable

      public void setMaxManualStartDelayBeforeAbandonmentSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxManualStartDelayBeforeAbandonmentSeconds)
    • setMaxManualStartDelayBeforeAbandonmentSeconds

      public void setMaxManualStartDelayBeforeAbandonmentSeconds(Integer maxManualStartDelayBeforeAbandonmentSeconds)
    • heartbeatIntervalSeconds

      public PatchedTask heartbeatIntervalSeconds(Integer heartbeatIntervalSeconds)
    • getHeartbeatIntervalSeconds

      @Nullable public Integer getHeartbeatIntervalSeconds()
      Get heartbeatIntervalSeconds minimum: 10 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)
    • maxHeartbeatLatenessBeforeAlertSeconds

      public PatchedTask maxHeartbeatLatenessBeforeAlertSeconds(Integer maxHeartbeatLatenessBeforeAlertSeconds)
    • getMaxHeartbeatLatenessBeforeAlertSeconds

      @Nullable public Integer getMaxHeartbeatLatenessBeforeAlertSeconds()
      Get maxHeartbeatLatenessBeforeAlertSeconds minimum: 0 maximum: 2147483647
      Returns:
      maxHeartbeatLatenessBeforeAlertSeconds
    • getMaxHeartbeatLatenessBeforeAlertSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxHeartbeatLatenessBeforeAlertSeconds_JsonNullable()
    • setMaxHeartbeatLatenessBeforeAlertSeconds_JsonNullable

      public void setMaxHeartbeatLatenessBeforeAlertSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxHeartbeatLatenessBeforeAlertSeconds)
    • setMaxHeartbeatLatenessBeforeAlertSeconds

      public void setMaxHeartbeatLatenessBeforeAlertSeconds(Integer maxHeartbeatLatenessBeforeAlertSeconds)
    • maxHeartbeatLatenessBeforeAbandonmentSeconds

      public PatchedTask maxHeartbeatLatenessBeforeAbandonmentSeconds(Integer maxHeartbeatLatenessBeforeAbandonmentSeconds)
    • getMaxHeartbeatLatenessBeforeAbandonmentSeconds

      @Nullable public Integer getMaxHeartbeatLatenessBeforeAbandonmentSeconds()
      Get maxHeartbeatLatenessBeforeAbandonmentSeconds minimum: 0 maximum: 2147483647
      Returns:
      maxHeartbeatLatenessBeforeAbandonmentSeconds
    • getMaxHeartbeatLatenessBeforeAbandonmentSeconds_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMaxHeartbeatLatenessBeforeAbandonmentSeconds_JsonNullable()
    • setMaxHeartbeatLatenessBeforeAbandonmentSeconds_JsonNullable

      public void setMaxHeartbeatLatenessBeforeAbandonmentSeconds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> maxHeartbeatLatenessBeforeAbandonmentSeconds)
    • setMaxHeartbeatLatenessBeforeAbandonmentSeconds

      public void setMaxHeartbeatLatenessBeforeAbandonmentSeconds(Integer maxHeartbeatLatenessBeforeAbandonmentSeconds)
    • schedule

      public PatchedTask schedule(String schedule)
    • getSchedule

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

      public void setSchedule(String schedule)
    • scheduledInstanceCount

      public PatchedTask scheduledInstanceCount(Integer scheduledInstanceCount)
    • getScheduledInstanceCount

      @Nullable public Integer getScheduledInstanceCount()
      Get scheduledInstanceCount minimum: 0 maximum: 2147483647
      Returns:
      scheduledInstanceCount
    • getScheduledInstanceCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getScheduledInstanceCount_JsonNullable()
    • setScheduledInstanceCount_JsonNullable

      public void setScheduledInstanceCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> scheduledInstanceCount)
    • setScheduledInstanceCount

      public void setScheduledInstanceCount(Integer scheduledInstanceCount)
    • getIsService

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

      public PatchedTask serviceInstanceCount(Integer serviceInstanceCount)
    • getServiceInstanceCount

      @Nullable public Integer getServiceInstanceCount()
      Get serviceInstanceCount minimum: 0 maximum: 2147483647
      Returns:
      serviceInstanceCount
    • getServiceInstanceCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getServiceInstanceCount_JsonNullable()
    • setServiceInstanceCount_JsonNullable

      public void setServiceInstanceCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> serviceInstanceCount)
    • setServiceInstanceCount

      public void setServiceInstanceCount(Integer serviceInstanceCount)
    • minServiceInstanceCount

      public PatchedTask minServiceInstanceCount(Integer minServiceInstanceCount)
    • getMinServiceInstanceCount

      @Nullable public Integer getMinServiceInstanceCount()
      Get minServiceInstanceCount minimum: 0 maximum: 2147483647
      Returns:
      minServiceInstanceCount
    • getMinServiceInstanceCount_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getMinServiceInstanceCount_JsonNullable()
    • setMinServiceInstanceCount_JsonNullable

      public void setMinServiceInstanceCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> minServiceInstanceCount)
    • setMinServiceInstanceCount

      public void setMinServiceInstanceCount(Integer minServiceInstanceCount)
    • maxConcurrency

      public PatchedTask 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 PatchedTask maxAgeSeconds(Integer maxAgeSeconds)
    • getMaxAgeSeconds

      @Nullable public Integer getMaxAgeSeconds()
      Get maxAgeSeconds minimum: 0 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 PatchedTask defaultMaxRetries(Integer defaultMaxRetries)
    • getDefaultMaxRetries

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

      public void setDefaultMaxRetries(Integer defaultMaxRetries)
    • projectUrl

      public PatchedTask projectUrl(String projectUrl)
    • getProjectUrl

      @Nullable public String getProjectUrl()
      Get projectUrl
      Returns:
      projectUrl
    • setProjectUrl

      public void setProjectUrl(String projectUrl)
    • logQuery

      public PatchedTask logQuery(String logQuery)
    • getLogQuery

      @Nullable public String getLogQuery()
      Get logQuery
      Returns:
      logQuery
    • setLogQuery

      public void setLogQuery(String logQuery)
    • getLogsUrl

      @Nullable public String getLogsUrl()
      Get logsUrl
      Returns:
      logsUrl
    • getLogsUrl_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getLogsUrl_JsonNullable()
    • links

      public PatchedTask links(List<Link> links)
    • addLinksItem

      public PatchedTask addLinksItem(Link linksItem)
    • getLinks

      @Nullable public List<Link> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(List<Link> links)
    • runEnvironment

      public PatchedTask 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)
    • getExecutionMethodCapability

      @Nullable public ExecutionMethodCapability getExecutionMethodCapability()
      Get executionMethodCapability
      Returns:
      executionMethodCapability
    • getExecutionMethodCapability_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<ExecutionMethodCapability> getExecutionMethodCapability_JsonNullable()
    • alertMethods

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

      public PatchedTask addAlertMethodsItem(NameAndUuid alertMethodsItem)
    • getAlertMethods

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

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

      public PatchedTask otherMetadata(Map<String,Object> otherMetadata)
    • putOtherMetadataItem

      public PatchedTask putOtherMetadataItem(String key, Object otherMetadataItem)
    • getOtherMetadata

      @Nullable public Map<String,Object> getOtherMetadata()
      Get otherMetadata
      Returns:
      otherMetadata
    • getOtherMetadata_JsonNullable

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

      public void setOtherMetadata_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> otherMetadata)
    • setOtherMetadata

      public void setOtherMetadata(Map<String,Object> otherMetadata)
    • getLatestTaskExecution

      @Nullable public TaskExecution getLatestTaskExecution()
      Get latestTaskExecution
      Returns:
      latestTaskExecution
    • getLatestTaskExecution_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<TaskExecution> getLatestTaskExecution_JsonNullable()
    • getCurrentServiceInfo

      @Nullable public CurrentServiceInfo getCurrentServiceInfo()
      Get currentServiceInfo
      Returns:
      currentServiceInfo
    • getCurrentServiceInfo_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<CurrentServiceInfo> getCurrentServiceInfo_JsonNullable()
    • 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()
    • wasAutoCreated

      public PatchedTask wasAutoCreated(Boolean wasAutoCreated)
    • getWasAutoCreated

      @Nullable public Boolean getWasAutoCreated()
      Get wasAutoCreated
      Returns:
      wasAutoCreated
    • getWasAutoCreated_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getWasAutoCreated_JsonNullable()
    • setWasAutoCreated_JsonNullable

      public void setWasAutoCreated_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> wasAutoCreated)
    • setWasAutoCreated

      public void setWasAutoCreated(Boolean wasAutoCreated)
    • passive

      public PatchedTask passive(Boolean passive)
    • getPassive

      @Nullable public Boolean getPassive()
      Get passive
      Returns:
      passive
    • setPassive

      public void setPassive(Boolean passive)
    • enabled

      public PatchedTask 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
    • 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