Package org.openapitools.client.model
Class HistoricExternalTaskLogDto
- java.lang.Object
-
- org.openapitools.client.model.HistoricExternalTaskLogDto
-
public class HistoricExternalTaskLogDto extends Object
HistoricExternalTaskLogDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVITY_IDstatic StringSERIALIZED_NAME_ACTIVITY_INSTANCE_IDstatic StringSERIALIZED_NAME_CREATION_LOGstatic StringSERIALIZED_NAME_DELETION_LOGstatic StringSERIALIZED_NAME_ERROR_MESSAGEstatic StringSERIALIZED_NAME_EXECUTION_IDstatic StringSERIALIZED_NAME_EXTERNAL_TASK_IDstatic StringSERIALIZED_NAME_FAILURE_LOGstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_PRIORITYstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_IDstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_KEYstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_REMOVAL_TIMEstatic StringSERIALIZED_NAME_RETRIESstatic StringSERIALIZED_NAME_ROOT_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_SUCCESS_LOGstatic StringSERIALIZED_NAME_TENANT_IDstatic StringSERIALIZED_NAME_TIMESTAMPstatic StringSERIALIZED_NAME_TOPIC_NAMEstatic StringSERIALIZED_NAME_WORKER_ID
-
Constructor Summary
Constructors Constructor Description HistoricExternalTaskLogDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricExternalTaskLogDtoactivityId(String activityId)HistoricExternalTaskLogDtoactivityInstanceId(String activityInstanceId)HistoricExternalTaskLogDtocreationLog(Boolean creationLog)HistoricExternalTaskLogDtodeletionLog(Boolean deletionLog)booleanequals(Object o)HistoricExternalTaskLogDtoerrorMessage(String errorMessage)HistoricExternalTaskLogDtoexecutionId(String executionId)HistoricExternalTaskLogDtoexternalTaskId(String externalTaskId)HistoricExternalTaskLogDtofailureLog(Boolean failureLog)StringgetActivityId()The id of the activity on which the associated external task was created.StringgetActivityInstanceId()The id of the activity instance on which the associated external task was created.BooleangetCreationLog()A flag indicating whether this log represents the creation of the associated external task.BooleangetDeletionLog()A flag indicating whether this log represents the deletion of the associated external task.StringgetErrorMessage()The message of the error that occurred by executing the associated external task.StringgetExecutionId()The execution id on which the associated external task was created.StringgetExternalTaskId()The id of the external task.BooleangetFailureLog()A flag indicating whether this log represents the failed execution of the associated external task.StringgetId()The id of the log entry.LonggetPriority()The execution priority the external task had when the log entry was created.StringgetProcessDefinitionId()The id of the process definition which the associated external task belongs to.StringgetProcessDefinitionKey()The key of the process definition which the associated external task belongs to.StringgetProcessInstanceId()The id of the process instance on which the associated external task was created.DategetRemovalTime()The time after which this log should be removed by the History Cleanup job.IntegergetRetries()The number of retries the associated external task has left.StringgetRootProcessInstanceId()The process instance id of the root process instance that initiated the process containing this log.BooleangetSuccessLog()A flag indicating whether this log represents the successful execution of the associated external task.StringgetTenantId()The id of the tenant that this historic external task log entry belongs to.DategetTimestamp()The time when the log entry has been written.StringgetTopicName()The topic name of the associated external task.StringgetWorkerId()The id of the worker that posessed the most recent lock.inthashCode()HistoricExternalTaskLogDtoid(String id)HistoricExternalTaskLogDtopriority(Long priority)HistoricExternalTaskLogDtoprocessDefinitionId(String processDefinitionId)HistoricExternalTaskLogDtoprocessDefinitionKey(String processDefinitionKey)HistoricExternalTaskLogDtoprocessInstanceId(String processInstanceId)HistoricExternalTaskLogDtoremovalTime(Date removalTime)HistoricExternalTaskLogDtoretries(Integer retries)HistoricExternalTaskLogDtorootProcessInstanceId(String rootProcessInstanceId)voidsetActivityId(String activityId)voidsetActivityInstanceId(String activityInstanceId)voidsetCreationLog(Boolean creationLog)voidsetDeletionLog(Boolean deletionLog)voidsetErrorMessage(String errorMessage)voidsetExecutionId(String executionId)voidsetExternalTaskId(String externalTaskId)voidsetFailureLog(Boolean failureLog)voidsetId(String id)voidsetPriority(Long priority)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessDefinitionKey(String processDefinitionKey)voidsetProcessInstanceId(String processInstanceId)voidsetRemovalTime(Date removalTime)voidsetRetries(Integer retries)voidsetRootProcessInstanceId(String rootProcessInstanceId)voidsetSuccessLog(Boolean successLog)voidsetTenantId(String tenantId)voidsetTimestamp(Date timestamp)voidsetTopicName(String topicName)voidsetWorkerId(String workerId)HistoricExternalTaskLogDtosuccessLog(Boolean successLog)HistoricExternalTaskLogDtotenantId(String tenantId)HistoricExternalTaskLogDtotimestamp(Date timestamp)HistoricExternalTaskLogDtotopicName(String topicName)StringtoString()HistoricExternalTaskLogDtoworkerId(String workerId)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXTERNAL_TASK_ID
public static final String SERIALIZED_NAME_EXTERNAL_TASK_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_TIMESTAMP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOPIC_NAME
public static final String SERIALIZED_NAME_TOPIC_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WORKER_ID
public static final String SERIALIZED_NAME_WORKER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RETRIES
public static final String SERIALIZED_NAME_RETRIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_PRIORITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ERROR_MESSAGE
public static final String SERIALIZED_NAME_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_ID
public static final String SERIALIZED_NAME_ACTIVITY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACTIVITY_INSTANCE_ID
public static final String SERIALIZED_NAME_ACTIVITY_INSTANCE_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_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- 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
-
SERIALIZED_NAME_REMOVAL_TIME
public static final String SERIALIZED_NAME_REMOVAL_TIME
- 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
-
-
Method Detail
-
id
public HistoricExternalTaskLogDto id(String id)
-
getId
public String getId()
The id of the log entry.- Returns:
- id
-
setId
public void setId(String id)
-
externalTaskId
public HistoricExternalTaskLogDto externalTaskId(String externalTaskId)
-
getExternalTaskId
public String getExternalTaskId()
The id of the external task.- Returns:
- externalTaskId
-
setExternalTaskId
public void setExternalTaskId(String externalTaskId)
-
timestamp
public HistoricExternalTaskLogDto timestamp(Date timestamp)
-
getTimestamp
public Date getTimestamp()
The time when the log entry has been written.- Returns:
- timestamp
-
setTimestamp
public void setTimestamp(Date timestamp)
-
topicName
public HistoricExternalTaskLogDto topicName(String topicName)
-
getTopicName
public String getTopicName()
The topic name of the associated external task.- Returns:
- topicName
-
setTopicName
public void setTopicName(String topicName)
-
workerId
public HistoricExternalTaskLogDto workerId(String workerId)
-
getWorkerId
public String getWorkerId()
The id of the worker that posessed the most recent lock.- Returns:
- workerId
-
setWorkerId
public void setWorkerId(String workerId)
-
retries
public HistoricExternalTaskLogDto retries(Integer retries)
-
getRetries
public Integer getRetries()
The number of retries the associated external task has left.- Returns:
- retries
-
setRetries
public void setRetries(Integer retries)
-
priority
public HistoricExternalTaskLogDto priority(Long priority)
-
getPriority
public Long getPriority()
The execution priority the external task had when the log entry was created.- Returns:
- priority
-
setPriority
public void setPriority(Long priority)
-
errorMessage
public HistoricExternalTaskLogDto errorMessage(String errorMessage)
-
getErrorMessage
public String getErrorMessage()
The message of the error that occurred by executing the associated external task.- Returns:
- errorMessage
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
activityId
public HistoricExternalTaskLogDto activityId(String activityId)
-
getActivityId
public String getActivityId()
The id of the activity on which the associated external task was created.- Returns:
- activityId
-
setActivityId
public void setActivityId(String activityId)
-
activityInstanceId
public HistoricExternalTaskLogDto activityInstanceId(String activityInstanceId)
-
getActivityInstanceId
public String getActivityInstanceId()
The id of the activity instance on which the associated external task was created.- Returns:
- activityInstanceId
-
setActivityInstanceId
public void setActivityInstanceId(String activityInstanceId)
-
executionId
public HistoricExternalTaskLogDto executionId(String executionId)
-
getExecutionId
public String getExecutionId()
The execution id on which the associated external task was created.- Returns:
- executionId
-
setExecutionId
public void setExecutionId(String executionId)
-
processInstanceId
public HistoricExternalTaskLogDto processInstanceId(String processInstanceId)
-
getProcessInstanceId
public String getProcessInstanceId()
The id of the process instance on which the associated external task was created.- Returns:
- processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
processDefinitionId
public HistoricExternalTaskLogDto processDefinitionId(String processDefinitionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
The id of the process definition which the associated external task belongs to.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
processDefinitionKey
public HistoricExternalTaskLogDto processDefinitionKey(String processDefinitionKey)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
The key of the process definition which the associated external task belongs to.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
tenantId
public HistoricExternalTaskLogDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The id of the tenant that this historic external task log entry belongs to.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
creationLog
public HistoricExternalTaskLogDto creationLog(Boolean creationLog)
-
getCreationLog
public Boolean getCreationLog()
A flag indicating whether this log represents the creation of the associated external task.- Returns:
- creationLog
-
setCreationLog
public void setCreationLog(Boolean creationLog)
-
failureLog
public HistoricExternalTaskLogDto failureLog(Boolean failureLog)
-
getFailureLog
public Boolean getFailureLog()
A flag indicating whether this log represents the failed execution of the associated external task.- Returns:
- failureLog
-
setFailureLog
public void setFailureLog(Boolean failureLog)
-
successLog
public HistoricExternalTaskLogDto successLog(Boolean successLog)
-
getSuccessLog
public Boolean getSuccessLog()
A flag indicating whether this log represents the successful execution of the associated external task.- Returns:
- successLog
-
setSuccessLog
public void setSuccessLog(Boolean successLog)
-
deletionLog
public HistoricExternalTaskLogDto deletionLog(Boolean deletionLog)
-
getDeletionLog
public Boolean getDeletionLog()
A flag indicating whether this log represents the deletion of the associated external task.- Returns:
- deletionLog
-
setDeletionLog
public void setDeletionLog(Boolean deletionLog)
-
removalTime
public HistoricExternalTaskLogDto removalTime(Date removalTime)
-
getRemovalTime
public Date getRemovalTime()
The time after which this log should be removed by the History Cleanup job. Default format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. For further information, please see the [documentation](https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/)- Returns:
- removalTime
-
setRemovalTime
public void setRemovalTime(Date removalTime)
-
rootProcessInstanceId
public HistoricExternalTaskLogDto rootProcessInstanceId(String rootProcessInstanceId)
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
The process instance id of the root process instance that initiated the process containing this log.- Returns:
- rootProcessInstanceId
-
setRootProcessInstanceId
public void setRootProcessInstanceId(String rootProcessInstanceId)
-
-