public class JobDto extends Object
Modifier and Type | Field and Description |
---|---|
protected Date |
createTime |
protected Date |
dueDate |
protected String |
exceptionMessage |
protected String |
executionId |
protected String |
id |
protected String |
jobDefinitionId |
protected long |
priority |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processInstanceId |
protected int |
retries |
protected boolean |
suspended |
protected String |
tenantId |
Constructor and Description |
---|
JobDto() |
Modifier and Type | Method and Description |
---|---|
static JobDto |
fromJob(Job job) |
Date |
getCreateTime() |
Date |
getDueDate() |
String |
getExceptionMessage() |
String |
getExecutionId() |
String |
getId() |
String |
getJobDefinitionId() |
long |
getPriority() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessInstanceId() |
int |
getRetries() |
String |
getTenantId() |
boolean |
isSuspended() |
protected String id
protected String jobDefinitionId
protected String processInstanceId
protected String processDefinitionId
protected String processDefinitionKey
protected String executionId
protected String exceptionMessage
protected int retries
protected Date dueDate
protected boolean suspended
protected long priority
protected String tenantId
protected Date createTime
public String getId()
public String getJobDefinitionId()
public String getProcessInstanceId()
public String getExecutionId()
public String getExceptionMessage()
public int getRetries()
public Date getDueDate()
public String getProcessDefinitionId()
public String getProcessDefinitionKey()
public boolean isSuspended()
public long getPriority()
public String getTenantId()
public Date getCreateTime()
Copyright © 2022. All rights reserved.