Class HistoricJobLogDto

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

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

  • Constructor Details

    • HistoricJobLogDto

      public HistoricJobLogDto()
  • Method Details

    • id

      public HistoricJobLogDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the log entry.
      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)
    • timestamp

      public HistoricJobLogDto timestamp(OffsetDateTime timestamp)
    • getTimestamp

      @Nullable public OffsetDateTime getTimestamp()
      The time when the log entry has been written.
      Returns:
      timestamp
    • getTimestamp_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getTimestamp_JsonNullable()
    • setTimestamp_JsonNullable

      public void setTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> timestamp)
    • setTimestamp

      public void setTimestamp(OffsetDateTime timestamp)
    • removalTime

      public HistoricJobLogDto removalTime(OffsetDateTime removalTime)
    • getRemovalTime

      @Nullable public OffsetDateTime getRemovalTime()
      The time after which the log entry should be removed by the History Cleanup job. Default format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. For further info see the [docs](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/)
      Returns:
      removalTime
    • getRemovalTime_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getRemovalTime_JsonNullable()
    • setRemovalTime_JsonNullable

      public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime)
    • setRemovalTime

      public void setRemovalTime(OffsetDateTime removalTime)
    • jobId

      public HistoricJobLogDto jobId(String jobId)
    • getJobId

      @Nullable public String getJobId()
      The id of the associated job.
      Returns:
      jobId
    • getJobId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobId_JsonNullable()
    • setJobId_JsonNullable

      public void setJobId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobId)
    • setJobId

      public void setJobId(String jobId)
    • jobDueDate

      public HistoricJobLogDto jobDueDate(OffsetDateTime jobDueDate)
    • getJobDueDate

      @Nullable public OffsetDateTime getJobDueDate()
      The date on which the associated job is supposed to be processed.
      Returns:
      jobDueDate
    • getJobDueDate_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getJobDueDate_JsonNullable()
    • setJobDueDate_JsonNullable

      public void setJobDueDate_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> jobDueDate)
    • setJobDueDate

      public void setJobDueDate(OffsetDateTime jobDueDate)
    • jobRetries

      public HistoricJobLogDto jobRetries(Integer jobRetries)
    • getJobRetries

      @Nullable public Integer getJobRetries()
      The number of retries the associated job has left.
      Returns:
      jobRetries
    • getJobRetries_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getJobRetries_JsonNullable()
    • setJobRetries_JsonNullable

      public void setJobRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> jobRetries)
    • setJobRetries

      public void setJobRetries(Integer jobRetries)
    • jobPriority

      public HistoricJobLogDto jobPriority(Long jobPriority)
    • getJobPriority

      @Nullable public Long getJobPriority()
      The execution priority the job had when the log entry was created.
      Returns:
      jobPriority
    • getJobPriority_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getJobPriority_JsonNullable()
    • setJobPriority_JsonNullable

      public void setJobPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> jobPriority)
    • setJobPriority

      public void setJobPriority(Long jobPriority)
    • jobExceptionMessage

      public HistoricJobLogDto jobExceptionMessage(String jobExceptionMessage)
    • getJobExceptionMessage

      @Nullable public String getJobExceptionMessage()
      The message of the exception that occurred by executing the associated job.
      Returns:
      jobExceptionMessage
    • getJobExceptionMessage_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobExceptionMessage_JsonNullable()
    • setJobExceptionMessage_JsonNullable

      public void setJobExceptionMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobExceptionMessage)
    • setJobExceptionMessage

      public void setJobExceptionMessage(String jobExceptionMessage)
    • failedActivityId

      public HistoricJobLogDto failedActivityId(String failedActivityId)
    • getFailedActivityId

      @Nullable public String getFailedActivityId()
      The id of the activity on which the last exception occurred by executing the associated job.
      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)
    • jobDefinitionId

      public HistoricJobLogDto jobDefinitionId(String jobDefinitionId)
    • getJobDefinitionId

      @Nullable public String getJobDefinitionId()
      The id of the job definition on which the associated job was created.
      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)
    • jobDefinitionType

      public HistoricJobLogDto jobDefinitionType(String jobDefinitionType)
    • getJobDefinitionType

      @Nullable public String getJobDefinitionType()
      The job definition type of the associated job. See the [User Guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/the-job-executor/#job-creation) for more information about job definition types.
      Returns:
      jobDefinitionType
    • getJobDefinitionType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobDefinitionType_JsonNullable()
    • setJobDefinitionType_JsonNullable

      public void setJobDefinitionType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobDefinitionType)
    • setJobDefinitionType

      public void setJobDefinitionType(String jobDefinitionType)
    • jobDefinitionConfiguration

      public HistoricJobLogDto jobDefinitionConfiguration(String jobDefinitionConfiguration)
    • getJobDefinitionConfiguration

      @Nullable public String getJobDefinitionConfiguration()
      The job definition configuration type of the associated job.
      Returns:
      jobDefinitionConfiguration
    • getJobDefinitionConfiguration_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobDefinitionConfiguration_JsonNullable()
    • setJobDefinitionConfiguration_JsonNullable

      public void setJobDefinitionConfiguration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobDefinitionConfiguration)
    • setJobDefinitionConfiguration

      public void setJobDefinitionConfiguration(String jobDefinitionConfiguration)
    • activityId

      public HistoricJobLogDto activityId(String activityId)
    • getActivityId

      @Nullable public String getActivityId()
      The id of the activity on which the associated job was created.
      Returns:
      activityId
    • getActivityId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getActivityId_JsonNullable()
    • setActivityId_JsonNullable

      public void setActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId)
    • setActivityId

      public void setActivityId(String activityId)
    • executionId

      public HistoricJobLogDto executionId(String executionId)
    • getExecutionId

      @Nullable public String getExecutionId()
      The execution id on which the associated 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)
    • processInstanceId

      public HistoricJobLogDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      The id of the process instance on which the associated job was created.
      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)
    • processDefinitionId

      public HistoricJobLogDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The id of the process definition which the associated 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 HistoricJobLogDto processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      The key of the process definition which the associated 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)
    • deploymentId

      public HistoricJobLogDto deploymentId(String deploymentId)
    • getDeploymentId

      @Nullable public String getDeploymentId()
      The id of the deployment which the associated job belongs to.
      Returns:
      deploymentId
    • getDeploymentId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDeploymentId_JsonNullable()
    • setDeploymentId_JsonNullable

      public void setDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId)
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
    • rootProcessInstanceId

      public HistoricJobLogDto rootProcessInstanceId(String rootProcessInstanceId)
    • getRootProcessInstanceId

      @Nullable public String getRootProcessInstanceId()
      The process instance id of the root process instance that initiated the process which the associated job belongs to.
      Returns:
      rootProcessInstanceId
    • getRootProcessInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getRootProcessInstanceId_JsonNullable()
    • setRootProcessInstanceId_JsonNullable

      public void setRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId)
    • setRootProcessInstanceId

      public void setRootProcessInstanceId(String rootProcessInstanceId)
    • tenantId

      public HistoricJobLogDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The id of the tenant that this historic job log entry 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)
    • hostname

      public HistoricJobLogDto hostname(String hostname)
    • getHostname

      @Nullable public String getHostname()
      The name of the host of the Process Engine where the job of this historic job log entry was executed.
      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)
    • creationLog

      public HistoricJobLogDto creationLog(Boolean creationLog)
    • getCreationLog

      @Nullable public Boolean getCreationLog()
      A flag indicating whether this log represents the creation of the associated job.
      Returns:
      creationLog
    • getCreationLog_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getCreationLog_JsonNullable()
    • setCreationLog_JsonNullable

      public void setCreationLog_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> creationLog)
    • setCreationLog

      public void setCreationLog(Boolean creationLog)
    • failureLog

      public HistoricJobLogDto failureLog(Boolean failureLog)
    • getFailureLog

      @Nullable public Boolean getFailureLog()
      A flag indicating whether this log represents the failed execution of the associated job.
      Returns:
      failureLog
    • getFailureLog_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getFailureLog_JsonNullable()
    • setFailureLog_JsonNullable

      public void setFailureLog_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> failureLog)
    • setFailureLog

      public void setFailureLog(Boolean failureLog)
    • successLog

      public HistoricJobLogDto successLog(Boolean successLog)
    • getSuccessLog

      @Nullable public Boolean getSuccessLog()
      A flag indicating whether this log represents the successful execution of the associated job.
      Returns:
      successLog
    • getSuccessLog_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getSuccessLog_JsonNullable()
    • setSuccessLog_JsonNullable

      public void setSuccessLog_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> successLog)
    • setSuccessLog

      public void setSuccessLog(Boolean successLog)
    • deletionLog

      public HistoricJobLogDto deletionLog(Boolean deletionLog)
    • getDeletionLog

      @Nullable public Boolean getDeletionLog()
      A flag indicating whether this log represents the deletion of the associated job.
      Returns:
      deletionLog
    • getDeletionLog_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getDeletionLog_JsonNullable()
    • setDeletionLog_JsonNullable

      public void setDeletionLog_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> deletionLog)
    • setDeletionLog

      public void setDeletionLog(Boolean deletionLog)
    • 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