Class HistoricJobLogDto


  • public class HistoricJobLogDto
    extends Object
    HistoricJobLogDto
    • Constructor Detail

      • HistoricJobLogDto

        public HistoricJobLogDto()
    • Method Detail

      • getId

        public String getId()
        The id of the log entry.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getTimestamp

        public Date getTimestamp()
        The time when the log entry has been written.
        Returns:
        timestamp
      • setTimestamp

        public void setTimestamp​(Date timestamp)
      • getRemovalTime

        public Date 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.18/reference/rest/overview/date-format/)
        Returns:
        removalTime
      • setRemovalTime

        public void setRemovalTime​(Date removalTime)
      • getJobId

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

        public void setJobId​(String jobId)
      • getJobDueDate

        public Date getJobDueDate()
        The date on which the associated job is supposed to be processed.
        Returns:
        jobDueDate
      • setJobDueDate

        public void setJobDueDate​(Date jobDueDate)
      • getJobRetries

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

        public void setJobRetries​(Integer jobRetries)
      • getJobPriority

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

        public void setJobPriority​(Long jobPriority)
      • getJobExceptionMessage

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

        public void setJobExceptionMessage​(String jobExceptionMessage)
      • getFailedActivityId

        public String getFailedActivityId()
        The id of the activity on which the last exception occurred by executing the associated job.
        Returns:
        failedActivityId
      • setFailedActivityId

        public void setFailedActivityId​(String failedActivityId)
      • getJobDefinitionId

        public String getJobDefinitionId()
        The id of the job definition on which the associated job was created.
        Returns:
        jobDefinitionId
      • setJobDefinitionId

        public void setJobDefinitionId​(String jobDefinitionId)
      • getJobDefinitionType

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

        public void setJobDefinitionType​(String jobDefinitionType)
      • jobDefinitionConfiguration

        public HistoricJobLogDto jobDefinitionConfiguration​(String jobDefinitionConfiguration)
      • getJobDefinitionConfiguration

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

        public void setJobDefinitionConfiguration​(String jobDefinitionConfiguration)
      • getActivityId

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

        public void setActivityId​(String activityId)
      • getExecutionId

        public String getExecutionId()
        The execution id on which the associated job was created.
        Returns:
        executionId
      • setExecutionId

        public void setExecutionId​(String executionId)
      • getProcessInstanceId

        public String getProcessInstanceId()
        The id of the process instance on which the associated job was created.
        Returns:
        processInstanceId
      • setProcessInstanceId

        public void setProcessInstanceId​(String processInstanceId)
      • getProcessDefinitionId

        public String getProcessDefinitionId()
        The id of the process definition which the associated job belongs to.
        Returns:
        processDefinitionId
      • setProcessDefinitionId

        public void setProcessDefinitionId​(String processDefinitionId)
      • getProcessDefinitionKey

        public String getProcessDefinitionKey()
        The key of the process definition which the associated job belongs to.
        Returns:
        processDefinitionKey
      • setProcessDefinitionKey

        public void setProcessDefinitionKey​(String processDefinitionKey)
      • getDeploymentId

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

        public void setDeploymentId​(String deploymentId)
      • getRootProcessInstanceId

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

        public void setRootProcessInstanceId​(String rootProcessInstanceId)
      • getTenantId

        public String getTenantId()
        The id of the tenant that this historic job log entry belongs to.
        Returns:
        tenantId
      • setTenantId

        public void setTenantId​(String tenantId)
      • getHostname

        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
      • setHostname

        public void setHostname​(String hostname)
      • getCreationLog

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

        public void setCreationLog​(Boolean creationLog)
      • getFailureLog

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

        public void setFailureLog​(Boolean failureLog)
      • getSuccessLog

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

        public void setSuccessLog​(Boolean successLog)
      • getDeletionLog

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

        public void setDeletionLog​(Boolean deletionLog)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object