Package org.openapitools.client.model
Class HistoricJobLogDto
- java.lang.Object
-
- org.openapitools.client.model.HistoricJobLogDto
-
public class HistoricJobLogDto extends Object
HistoricJobLogDto
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HistoricJobLogDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricJobLogDtoactivityId(String activityId)HistoricJobLogDtocreationLog(Boolean creationLog)HistoricJobLogDtodeletionLog(Boolean deletionLog)HistoricJobLogDtodeploymentId(String deploymentId)booleanequals(Object o)HistoricJobLogDtoexecutionId(String executionId)HistoricJobLogDtofailedActivityId(String failedActivityId)HistoricJobLogDtofailureLog(Boolean failureLog)StringgetActivityId()The id of the activity on which the associated job was created.BooleangetCreationLog()A flag indicating whether this log represents the creation of the associated job.BooleangetDeletionLog()A flag indicating whether this log represents the deletion of the associated job.StringgetDeploymentId()The id of the deployment which the associated job belongs to.StringgetExecutionId()The execution id on which the associated job was created.StringgetFailedActivityId()The id of the activity on which the last exception occurred by executing the associated job.BooleangetFailureLog()A flag indicating whether this log represents the failed execution of the associated job.StringgetHostname()The name of the host of the Process Engine where the job of this historic job log entry was executed.StringgetId()The id of the log entry.StringgetJobDefinitionConfiguration()The job definition configuration type of the associated job.StringgetJobDefinitionId()The id of the job definition on which the associated job was created.StringgetJobDefinitionType()The job definition type of the associated job.DategetJobDueDate()The date on which the associated job is supposed to be processed.StringgetJobExceptionMessage()The message of the exception that occurred by executing the associated job.StringgetJobId()The id of the associated job.LonggetJobPriority()The execution priority the job had when the log entry was created.IntegergetJobRetries()The number of retries the associated job has left.StringgetProcessDefinitionId()The id of the process definition which the associated job belongs to.StringgetProcessDefinitionKey()The key of the process definition which the associated job belongs to.StringgetProcessInstanceId()The id of the process instance on which the associated job was created.DategetRemovalTime()The time after which the log entry should be removed by the History Cleanup job.StringgetRootProcessInstanceId()The process instance id of the root process instance that initiated the process which the associated job belongs to.BooleangetSuccessLog()A flag indicating whether this log represents the successful execution of the associated job.StringgetTenantId()The id of the tenant that this historic job log entry belongs to.DategetTimestamp()The time when the log entry has been written.inthashCode()HistoricJobLogDtohostname(String hostname)HistoricJobLogDtoid(String id)HistoricJobLogDtojobDefinitionConfiguration(String jobDefinitionConfiguration)HistoricJobLogDtojobDefinitionId(String jobDefinitionId)HistoricJobLogDtojobDefinitionType(String jobDefinitionType)HistoricJobLogDtojobDueDate(Date jobDueDate)HistoricJobLogDtojobExceptionMessage(String jobExceptionMessage)HistoricJobLogDtojobId(String jobId)HistoricJobLogDtojobPriority(Long jobPriority)HistoricJobLogDtojobRetries(Integer jobRetries)HistoricJobLogDtoprocessDefinitionId(String processDefinitionId)HistoricJobLogDtoprocessDefinitionKey(String processDefinitionKey)HistoricJobLogDtoprocessInstanceId(String processInstanceId)HistoricJobLogDtoremovalTime(Date removalTime)HistoricJobLogDtorootProcessInstanceId(String rootProcessInstanceId)voidsetActivityId(String activityId)voidsetCreationLog(Boolean creationLog)voidsetDeletionLog(Boolean deletionLog)voidsetDeploymentId(String deploymentId)voidsetExecutionId(String executionId)voidsetFailedActivityId(String failedActivityId)voidsetFailureLog(Boolean failureLog)voidsetHostname(String hostname)voidsetId(String id)voidsetJobDefinitionConfiguration(String jobDefinitionConfiguration)voidsetJobDefinitionId(String jobDefinitionId)voidsetJobDefinitionType(String jobDefinitionType)voidsetJobDueDate(Date jobDueDate)voidsetJobExceptionMessage(String jobExceptionMessage)voidsetJobId(String jobId)voidsetJobPriority(Long jobPriority)voidsetJobRetries(Integer jobRetries)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessDefinitionKey(String processDefinitionKey)voidsetProcessInstanceId(String processInstanceId)voidsetRemovalTime(Date removalTime)voidsetRootProcessInstanceId(String rootProcessInstanceId)voidsetSuccessLog(Boolean successLog)voidsetTenantId(String tenantId)voidsetTimestamp(Date timestamp)HistoricJobLogDtosuccessLog(Boolean successLog)HistoricJobLogDtotenantId(String tenantId)HistoricJobLogDtotimestamp(Date timestamp)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_TIMESTAMP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_REMOVAL_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_ID
public static final String SERIALIZED_NAME_JOB_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_DUE_DATE
public static final String SERIALIZED_NAME_JOB_DUE_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_RETRIES
public static final String SERIALIZED_NAME_JOB_RETRIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_PRIORITY
public static final String SERIALIZED_NAME_JOB_PRIORITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_EXCEPTION_MESSAGE
public static final String SERIALIZED_NAME_JOB_EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FAILED_ACTIVITY_ID
public static final String SERIALIZED_NAME_FAILED_ACTIVITY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_DEFINITION_ID
public static final String SERIALIZED_NAME_JOB_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_DEFINITION_TYPE
public static final String SERIALIZED_NAME_JOB_DEFINITION_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOB_DEFINITION_CONFIGURATION
public static final String SERIALIZED_NAME_JOB_DEFINITION_CONFIGURATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_ID
public static final String SERIALIZED_NAME_ACTIVITY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_EXECUTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_ROOT_PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HOSTNAME
public static final String SERIALIZED_NAME_HOSTNAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATION_LOG
public static final String SERIALIZED_NAME_CREATION_LOG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FAILURE_LOG
public static final String SERIALIZED_NAME_FAILURE_LOG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUCCESS_LOG
public static final String SERIALIZED_NAME_SUCCESS_LOG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DELETION_LOG
public static final String SERIALIZED_NAME_DELETION_LOG
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public HistoricJobLogDto id(String id)
-
getId
public String getId()
The id of the log entry.- Returns:
- id
-
setId
public void setId(String id)
-
timestamp
public HistoricJobLogDto timestamp(Date timestamp)
-
getTimestamp
public Date getTimestamp()
The time when the log entry has been written.- Returns:
- timestamp
-
setTimestamp
public void setTimestamp(Date timestamp)
-
removalTime
public HistoricJobLogDto removalTime(Date removalTime)
-
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)
-
jobId
public HistoricJobLogDto jobId(String jobId)
-
getJobId
public String getJobId()
The id of the associated job.- Returns:
- jobId
-
setJobId
public void setJobId(String jobId)
-
jobDueDate
public HistoricJobLogDto jobDueDate(Date jobDueDate)
-
getJobDueDate
public Date getJobDueDate()
The date on which the associated job is supposed to be processed.- Returns:
- jobDueDate
-
setJobDueDate
public void setJobDueDate(Date jobDueDate)
-
jobRetries
public HistoricJobLogDto jobRetries(Integer jobRetries)
-
getJobRetries
public Integer getJobRetries()
The number of retries the associated job has left.- Returns:
- jobRetries
-
setJobRetries
public void setJobRetries(Integer jobRetries)
-
jobPriority
public HistoricJobLogDto jobPriority(Long jobPriority)
-
getJobPriority
public Long getJobPriority()
The execution priority the job had when the log entry was created.- Returns:
- jobPriority
-
setJobPriority
public void setJobPriority(Long jobPriority)
-
jobExceptionMessage
public HistoricJobLogDto jobExceptionMessage(String jobExceptionMessage)
-
getJobExceptionMessage
public String getJobExceptionMessage()
The message of the exception that occurred by executing the associated job.- Returns:
- jobExceptionMessage
-
setJobExceptionMessage
public void setJobExceptionMessage(String jobExceptionMessage)
-
failedActivityId
public HistoricJobLogDto failedActivityId(String failedActivityId)
-
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)
-
jobDefinitionId
public HistoricJobLogDto jobDefinitionId(String jobDefinitionId)
-
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)
-
jobDefinitionType
public HistoricJobLogDto jobDefinitionType(String jobDefinitionType)
-
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)
-
activityId
public HistoricJobLogDto activityId(String activityId)
-
getActivityId
public String getActivityId()
The id of the activity on which the associated job was created.- Returns:
- activityId
-
setActivityId
public void setActivityId(String activityId)
-
executionId
public HistoricJobLogDto executionId(String executionId)
-
getExecutionId
public String getExecutionId()
The execution id on which the associated job was created.- Returns:
- executionId
-
setExecutionId
public void setExecutionId(String executionId)
-
processInstanceId
public HistoricJobLogDto processInstanceId(String processInstanceId)
-
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)
-
processDefinitionId
public HistoricJobLogDto processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
The id of the process definition which the associated job belongs to.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
processDefinitionKey
public HistoricJobLogDto processDefinitionKey(String processDefinitionKey)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
The key of the process definition which the associated job belongs to.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
deploymentId
public HistoricJobLogDto deploymentId(String deploymentId)
-
getDeploymentId
public String getDeploymentId()
The id of the deployment which the associated job belongs to.- Returns:
- deploymentId
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
rootProcessInstanceId
public HistoricJobLogDto rootProcessInstanceId(String rootProcessInstanceId)
-
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)
-
tenantId
public HistoricJobLogDto tenantId(String tenantId)
-
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)
-
hostname
public HistoricJobLogDto hostname(String hostname)
-
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)
-
creationLog
public HistoricJobLogDto creationLog(Boolean creationLog)
-
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)
-
failureLog
public HistoricJobLogDto failureLog(Boolean failureLog)
-
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)
-
successLog
public HistoricJobLogDto successLog(Boolean successLog)
-
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)
-
deletionLog
public HistoricJobLogDto deletionLog(Boolean deletionLog)
-
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)
-
-