Package org.openapitools.client.model
Class JobDto
- java.lang.Object
-
- org.openapitools.client.model.JobDto
-
public class JobDto extends Object
JobDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATE_TIMEstatic StringSERIALIZED_NAME_DUE_DATEstatic StringSERIALIZED_NAME_EXCEPTION_MESSAGEstatic StringSERIALIZED_NAME_EXECUTION_IDstatic StringSERIALIZED_NAME_FAILED_ACTIVITY_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_JOB_DEFINITION_IDstatic StringSERIALIZED_NAME_PRIORITYstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_IDstatic StringSERIALIZED_NAME_PROCESS_DEFINITION_KEYstatic StringSERIALIZED_NAME_PROCESS_INSTANCE_IDstatic StringSERIALIZED_NAME_RETRIESstatic StringSERIALIZED_NAME_SUSPENDEDstatic StringSERIALIZED_NAME_TENANT_ID
-
Constructor Summary
Constructors Constructor Description JobDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobDtocreateTime(Date createTime)JobDtodueDate(Date dueDate)booleanequals(Object o)JobDtoexceptionMessage(String exceptionMessage)JobDtoexecutionId(String executionId)JobDtofailedActivityId(String failedActivityId)DategetCreateTime()The date on which this job has been created.DategetDueDate()The date on which this job is supposed to be processed.StringgetExceptionMessage()The message of the exception that occurred, the last time the job was executed.StringgetExecutionId()The specific execution id on which the job was created.StringgetFailedActivityId()The id of the activity on which the last exception occurred, the last time the job was executed.StringgetId()The id of the job.StringgetJobDefinitionId()The id of the associated job definition.LonggetPriority()The job's priority for execution.StringgetProcessDefinitionId()The id of the process definition which this job belongs to.StringgetProcessDefinitionKey()The key of the process definition which this job belongs to.StringgetProcessInstanceId()The id of the process instance which execution created the job.IntegergetRetries()The number of retries this job has left.BooleangetSuspended()A flag indicating whether the job is suspended or not.StringgetTenantId()The id of the tenant which this job belongs to.inthashCode()JobDtoid(String id)JobDtojobDefinitionId(String jobDefinitionId)JobDtopriority(Long priority)JobDtoprocessDefinitionId(String processDefinitionId)JobDtoprocessDefinitionKey(String processDefinitionKey)JobDtoprocessInstanceId(String processInstanceId)JobDtoretries(Integer retries)voidsetCreateTime(Date createTime)voidsetDueDate(Date dueDate)voidsetExceptionMessage(String exceptionMessage)voidsetExecutionId(String executionId)voidsetFailedActivityId(String failedActivityId)voidsetId(String id)voidsetJobDefinitionId(String jobDefinitionId)voidsetPriority(Long priority)voidsetProcessDefinitionId(String processDefinitionId)voidsetProcessDefinitionKey(String processDefinitionKey)voidsetProcessInstanceId(String processInstanceId)voidsetRetries(Integer retries)voidsetSuspended(Boolean suspended)voidsetTenantId(String tenantId)JobDtosuspended(Boolean suspended)JobDtotenantId(String tenantId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_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_DUE_DATE
public static final String SERIALIZED_NAME_DUE_DATE
- 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_EXECUTION_ID
public static final String SERIALIZED_NAME_EXECUTION_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_RETRIES
public static final String SERIALIZED_NAME_RETRIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXCEPTION_MESSAGE
public static final String SERIALIZED_NAME_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_SUSPENDED
public static final String SERIALIZED_NAME_SUSPENDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_PRIORITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATE_TIME
public static final String SERIALIZED_NAME_CREATE_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
The id of the job.- Returns:
- id
-
setId
public void setId(String id)
-
getJobDefinitionId
public String getJobDefinitionId()
The id of the associated job definition.- Returns:
- jobDefinitionId
-
setJobDefinitionId
public void setJobDefinitionId(String jobDefinitionId)
-
getDueDate
public Date getDueDate()
The date on which this job is supposed to be processed.- Returns:
- dueDate
-
setDueDate
public void setDueDate(Date dueDate)
-
getProcessInstanceId
public String getProcessInstanceId()
The id of the process instance which execution created the job.- Returns:
- processInstanceId
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
getExecutionId
public String getExecutionId()
The specific execution id on which the job was created.- Returns:
- executionId
-
setExecutionId
public void setExecutionId(String executionId)
-
getProcessDefinitionId
public String getProcessDefinitionId()
The id of the process definition which this job belongs to.- Returns:
- processDefinitionId
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
The key of the process definition which this job belongs to.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
public void setProcessDefinitionKey(String processDefinitionKey)
-
getRetries
public Integer getRetries()
The number of retries this job has left.- Returns:
- retries
-
setRetries
public void setRetries(Integer retries)
-
getExceptionMessage
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
-
setExceptionMessage
public void setExceptionMessage(String exceptionMessage)
-
getFailedActivityId
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
-
setFailedActivityId
public void setFailedActivityId(String failedActivityId)
-
getSuspended
public Boolean getSuspended()
A flag indicating whether the job is suspended or not.- Returns:
- suspended
-
setSuspended
public void setSuspended(Boolean suspended)
-
getPriority
public Long getPriority()
The job's priority for execution.- Returns:
- priority
-
setPriority
public void setPriority(Long priority)
-
getTenantId
public String getTenantId()
The id of the tenant which this job belongs to.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
getCreateTime
public Date getCreateTime()
The date on which this job has been created.- Returns:
- createTime
-
setCreateTime
public void setCreateTime(Date createTime)
-
-