java.lang.Object
org.camunda.community.rest.client.dto.JobDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class JobDto extends Object
JobDto
  • Field Details

  • Constructor Details

    • JobDto

      public JobDto()
  • Method Details

    • id

      public JobDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the job.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • jobDefinitionId

      public JobDto jobDefinitionId(String jobDefinitionId)
    • getJobDefinitionId

      @Nullable public String getJobDefinitionId()
      The id of the associated job definition.
      Returns:
      jobDefinitionId
    • getJobDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobDefinitionId_JsonNullable()
    • setJobDefinitionId_JsonNullable

      public void setJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobDefinitionId)
    • setJobDefinitionId

      public void setJobDefinitionId(String jobDefinitionId)
    • dueDate

      public JobDto dueDate(OffsetDateTime dueDate)
    • getDueDate

      @Nullable public OffsetDateTime getDueDate()
      The date on which this job is supposed to be processed.
      Returns:
      dueDate
    • getDueDate_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDueDate_JsonNullable()
    • setDueDate_JsonNullable

      public void setDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> dueDate)
    • setDueDate

      public void setDueDate(OffsetDateTime dueDate)
    • processInstanceId

      public JobDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      The id of the process instance which execution created the job.
      Returns:
      processInstanceId
    • getProcessInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceId_JsonNullable()
    • setProcessInstanceId_JsonNullable

      public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId)
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • executionId

      public JobDto executionId(String executionId)
    • getExecutionId

      @Nullable public String getExecutionId()
      The specific execution id on which the job was created.
      Returns:
      executionId
    • getExecutionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getExecutionId_JsonNullable()
    • setExecutionId_JsonNullable

      public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId)
    • setExecutionId

      public void setExecutionId(String executionId)
    • processDefinitionId

      public JobDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The id of the process definition which this job belongs to.
      Returns:
      processDefinitionId
    • getProcessDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionId_JsonNullable()
    • setProcessDefinitionId_JsonNullable

      public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId)
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • processDefinitionKey

      public JobDto processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      The key of the process definition which this job belongs to.
      Returns:
      processDefinitionKey
    • getProcessDefinitionKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionKey_JsonNullable()
    • setProcessDefinitionKey_JsonNullable

      public void setProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey)
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • retries

      public JobDto retries(Integer retries)
    • getRetries

      @Nullable public Integer getRetries()
      The number of retries this job has left.
      Returns:
      retries
    • getRetries_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getRetries_JsonNullable()
    • setRetries_JsonNullable

      public void setRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries)
    • setRetries

      public void setRetries(Integer retries)
    • exceptionMessage

      public JobDto exceptionMessage(String exceptionMessage)
    • getExceptionMessage

      @Nullable public String getExceptionMessage()
      The message of the exception that occurred, the last time the job was executed. Is null when no exception occurred.
      Returns:
      exceptionMessage
    • getExceptionMessage_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getExceptionMessage_JsonNullable()
    • setExceptionMessage_JsonNullable

      public void setExceptionMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> exceptionMessage)
    • setExceptionMessage

      public void setExceptionMessage(String exceptionMessage)
    • failedActivityId

      public JobDto failedActivityId(String failedActivityId)
    • getFailedActivityId

      @Nullable public String getFailedActivityId()
      The id of the activity on which the last exception occurred, the last time the job was executed. Is null when no exception occurred.
      Returns:
      failedActivityId
    • getFailedActivityId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getFailedActivityId_JsonNullable()
    • setFailedActivityId_JsonNullable

      public void setFailedActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failedActivityId)
    • setFailedActivityId

      public void setFailedActivityId(String failedActivityId)
    • suspended

      public JobDto suspended(Boolean suspended)
    • getSuspended

      @Nullable public Boolean getSuspended()
      A flag indicating whether the job is suspended or not.
      Returns:
      suspended
    • getSuspended_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getSuspended_JsonNullable()
    • setSuspended_JsonNullable

      public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended)
    • setSuspended

      public void setSuspended(Boolean suspended)
    • priority

      public JobDto priority(Long priority)
    • getPriority

      @Nullable public Long getPriority()
      The job's priority for execution.
      Returns:
      priority
    • getPriority_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getPriority_JsonNullable()
    • setPriority_JsonNullable

      public void setPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> priority)
    • setPriority

      public void setPriority(Long priority)
    • tenantId

      public JobDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The id of the tenant which this job belongs to.
      Returns:
      tenantId
    • getTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTenantId_JsonNullable()
    • setTenantId_JsonNullable

      public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId)
    • setTenantId

      public void setTenantId(String tenantId)
    • createTime

      public JobDto createTime(OffsetDateTime createTime)
    • getCreateTime

      @Nullable public OffsetDateTime getCreateTime()
      The date on which this job has been created.
      Returns:
      createTime
    • getCreateTime_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCreateTime_JsonNullable()
    • setCreateTime_JsonNullable

      public void setCreateTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createTime)
    • setCreateTime

      public void setCreateTime(OffsetDateTime createTime)
    • 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
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string