@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class JobDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CREATE_TIME |
static String |
SERIALIZED_NAME_DUE_DATE |
static String |
SERIALIZED_NAME_EXCEPTION_MESSAGE |
static String |
SERIALIZED_NAME_EXECUTION_ID |
static String |
SERIALIZED_NAME_FAILED_ACTIVITY_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_JOB_DEFINITION_ID |
static String |
SERIALIZED_NAME_PRIORITY |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_ID |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_KEY |
static String |
SERIALIZED_NAME_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_RETRIES |
static String |
SERIALIZED_NAME_SUSPENDED |
static String |
SERIALIZED_NAME_TENANT_ID |
Constructor and Description |
---|
JobDto() |
Modifier and Type | Method and Description |
---|---|
JobDto |
createTime(Date createTime) |
JobDto |
dueDate(Date dueDate) |
boolean |
equals(Object o) |
JobDto |
exceptionMessage(String exceptionMessage) |
JobDto |
executionId(String executionId) |
JobDto |
failedActivityId(String failedActivityId) |
Date |
getCreateTime()
The date on which this job has been created.
|
Date |
getDueDate()
The date on which this job is supposed to be processed.
|
String |
getExceptionMessage()
The message of the exception that occurred, the last time the job was executed.
|
String |
getExecutionId()
The specific execution id on which the job was created.
|
String |
getFailedActivityId()
The id of the activity on which the last exception occurred, the last time the job was executed.
|
String |
getId()
The id of the job.
|
String |
getJobDefinitionId()
The id of the associated job definition.
|
Long |
getPriority()
The job's priority for execution.
|
String |
getProcessDefinitionId()
The id of the process definition which this job belongs to.
|
String |
getProcessDefinitionKey()
The key of the process definition which this job belongs to.
|
String |
getProcessInstanceId()
The id of the process instance which execution created the job.
|
Integer |
getRetries()
The number of retries this job has left.
|
Boolean |
getSuspended()
A flag indicating whether the job is suspended or not.
|
String |
getTenantId()
The id of the tenant which this job belongs to.
|
int |
hashCode() |
JobDto |
id(String id) |
JobDto |
jobDefinitionId(String jobDefinitionId) |
JobDto |
priority(Long priority) |
JobDto |
processDefinitionId(String processDefinitionId) |
JobDto |
processDefinitionKey(String processDefinitionKey) |
JobDto |
processInstanceId(String processInstanceId) |
JobDto |
retries(Integer retries) |
void |
setCreateTime(Date createTime) |
void |
setDueDate(Date dueDate) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setExecutionId(String executionId) |
void |
setFailedActivityId(String failedActivityId) |
void |
setId(String id) |
void |
setJobDefinitionId(String jobDefinitionId) |
void |
setPriority(Long priority) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessDefinitionKey(String processDefinitionKey) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setRetries(Integer retries) |
void |
setSuspended(Boolean suspended) |
void |
setTenantId(String tenantId) |
JobDto |
suspended(Boolean suspended) |
JobDto |
tenantId(String tenantId) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_JOB_DEFINITION_ID
public static final String SERIALIZED_NAME_DUE_DATE
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_RETRIES
public static final String SERIALIZED_NAME_EXCEPTION_MESSAGE
public static final String SERIALIZED_NAME_FAILED_ACTIVITY_ID
public static final String SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_CREATE_TIME
public void setId(String id)
@Nullable public String getJobDefinitionId()
public void setJobDefinitionId(String jobDefinitionId)
@Nullable public Date getDueDate()
public void setDueDate(Date dueDate)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
@Nullable public String getExecutionId()
public void setExecutionId(String executionId)
@Nullable public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
@Nullable public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
@Nullable public Integer getRetries()
public void setRetries(Integer retries)
@Nullable public String getExceptionMessage()
public void setExceptionMessage(String exceptionMessage)
@Nullable public String getFailedActivityId()
public void setFailedActivityId(String failedActivityId)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public void setPriority(Long priority)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
@Nullable public Date getCreateTime()
public void setCreateTime(Date createTime)
Copyright © 2022. All rights reserved.