@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ExternalTaskDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACTIVITY_ID |
static String |
SERIALIZED_NAME_ACTIVITY_INSTANCE_ID |
static String |
SERIALIZED_NAME_BUSINESS_KEY |
static String |
SERIALIZED_NAME_ERROR_MESSAGE |
static String |
SERIALIZED_NAME_EXECUTION_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LOCK_EXPIRATION_TIME |
static String |
SERIALIZED_NAME_PRIORITY |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_ID |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_KEY |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_VERSION_TAG |
static String |
SERIALIZED_NAME_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_RETRIES |
static String |
SERIALIZED_NAME_SUSPENDED |
static String |
SERIALIZED_NAME_TENANT_ID |
static String |
SERIALIZED_NAME_TOPIC_NAME |
static String |
SERIALIZED_NAME_WORKER_ID |
Constructor and Description |
---|
ExternalTaskDto() |
Modifier and Type | Method and Description |
---|---|
ExternalTaskDto |
activityId(String activityId) |
ExternalTaskDto |
activityInstanceId(String activityInstanceId) |
ExternalTaskDto |
businessKey(String businessKey) |
boolean |
equals(Object o) |
ExternalTaskDto |
errorMessage(String errorMessage) |
ExternalTaskDto |
executionId(String executionId) |
String |
getActivityId()
The id of the activity that this external task belongs to.
|
String |
getActivityInstanceId()
The id of the activity instance that the external task belongs to.
|
String |
getBusinessKey()
The business key of the process instance the external task belongs to.
|
String |
getErrorMessage()
The full error message submitted with the latest reported failure executing this task; `null` if no failure was reported previously or if no error message was submitted
|
String |
getExecutionId()
The id of the execution that the external task belongs to.
|
String |
getId()
The id of the external task.
|
Date |
getLockExpirationTime()
The date that the task's most recent lock expires or has expired.
|
Long |
getPriority()
The priority of the external task.
|
String |
getProcessDefinitionId()
The id of the process definition the external task is defined in.
|
String |
getProcessDefinitionKey()
The key of the process definition the external task is defined in.
|
String |
getProcessDefinitionVersionTag()
The version tag of the process definition the external task is defined in.
|
String |
getProcessInstanceId()
The id of the process instance the external task belongs to.
|
Integer |
getRetries()
The number of retries the task currently has left.
|
Boolean |
getSuspended()
A flag indicating whether the external task is suspended or not.
|
String |
getTenantId()
The id of the tenant the external task belongs to.
|
String |
getTopicName()
The topic name of the external task.
|
String |
getWorkerId()
The id of the worker that posesses or posessed the most recent lock.
|
int |
hashCode() |
ExternalTaskDto |
id(String id) |
ExternalTaskDto |
lockExpirationTime(Date lockExpirationTime) |
ExternalTaskDto |
priority(Long priority) |
ExternalTaskDto |
processDefinitionId(String processDefinitionId) |
ExternalTaskDto |
processDefinitionKey(String processDefinitionKey) |
ExternalTaskDto |
processDefinitionVersionTag(String processDefinitionVersionTag) |
ExternalTaskDto |
processInstanceId(String processInstanceId) |
ExternalTaskDto |
retries(Integer retries) |
void |
setActivityId(String activityId) |
void |
setActivityInstanceId(String activityInstanceId) |
void |
setBusinessKey(String businessKey) |
void |
setErrorMessage(String errorMessage) |
void |
setExecutionId(String executionId) |
void |
setId(String id) |
void |
setLockExpirationTime(Date lockExpirationTime) |
void |
setPriority(Long priority) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessDefinitionKey(String processDefinitionKey) |
void |
setProcessDefinitionVersionTag(String processDefinitionVersionTag) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setRetries(Integer retries) |
void |
setSuspended(Boolean suspended) |
void |
setTenantId(String tenantId) |
void |
setTopicName(String topicName) |
void |
setWorkerId(String workerId) |
ExternalTaskDto |
suspended(Boolean suspended) |
ExternalTaskDto |
tenantId(String tenantId) |
ExternalTaskDto |
topicName(String topicName) |
String |
toString() |
ExternalTaskDto |
workerId(String workerId) |
public static final String SERIALIZED_NAME_ACTIVITY_ID
public static final String SERIALIZED_NAME_ACTIVITY_INSTANCE_ID
public static final String SERIALIZED_NAME_ERROR_MESSAGE
public static final String SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_LOCK_EXPIRATION_TIME
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_KEY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_VERSION_TAG
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_RETRIES
public static final String SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_WORKER_ID
public static final String SERIALIZED_NAME_TOPIC_NAME
public static final String SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_BUSINESS_KEY
public ExternalTaskDto activityId(String activityId)
@Nullable public String getActivityId()
public void setActivityId(String activityId)
public ExternalTaskDto activityInstanceId(String activityInstanceId)
@Nullable public String getActivityInstanceId()
public void setActivityInstanceId(String activityInstanceId)
public ExternalTaskDto errorMessage(String errorMessage)
@Nullable public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public ExternalTaskDto executionId(String executionId)
@Nullable public String getExecutionId()
public void setExecutionId(String executionId)
public ExternalTaskDto id(String id)
public void setId(String id)
public ExternalTaskDto lockExpirationTime(Date lockExpirationTime)
@Nullable public Date getLockExpirationTime()
public void setLockExpirationTime(Date lockExpirationTime)
public ExternalTaskDto processDefinitionId(String processDefinitionId)
@Nullable public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public ExternalTaskDto processDefinitionKey(String processDefinitionKey)
@Nullable public String getProcessDefinitionKey()
public void setProcessDefinitionKey(String processDefinitionKey)
public ExternalTaskDto processDefinitionVersionTag(String processDefinitionVersionTag)
@Nullable public String getProcessDefinitionVersionTag()
public void setProcessDefinitionVersionTag(String processDefinitionVersionTag)
public ExternalTaskDto processInstanceId(String processInstanceId)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public ExternalTaskDto tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public ExternalTaskDto retries(Integer retries)
@Nullable public Integer getRetries()
public void setRetries(Integer retries)
public ExternalTaskDto suspended(Boolean suspended)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public ExternalTaskDto workerId(String workerId)
@Nullable public String getWorkerId()
public void setWorkerId(String workerId)
public ExternalTaskDto topicName(String topicName)
@Nullable public String getTopicName()
public void setTopicName(String topicName)
public ExternalTaskDto priority(Long priority)
@Nullable public Long getPriority()
public void setPriority(Long priority)
public ExternalTaskDto businessKey(String businessKey)
@Nullable public String getBusinessKey()
public void setBusinessKey(String businessKey)
Copyright © 2022. All rights reserved.