Class LockedExternalTaskDto
java.lang.Object
org.camunda.community.rest.client.dto.LockedExternalTaskDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class LockedExternalTaskDto
extends Object
LockedExternalTaskDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityId(String activityId) activityInstanceId(String activityInstanceId) businessKey(String businessKey) booleanerrorDetails(String errorDetails) errorMessage(String errorMessage) executionId(String executionId) The id of the activity that this external task belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The id of the activity instance that the external task belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The business key of the process instance the external task belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The error details submitted with the latest reported failure executing this task.`null` if no failure was reported previously or if no error details was submittedorg.openapitools.jackson.nullable.JsonNullable<String>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 submittedorg.openapitools.jackson.nullable.JsonNullable<String>The id of the execution that the external task belongs to.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the external task.org.openapitools.jackson.nullable.JsonNullable<String>The date that the task's most recent lock expires or has expired.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The priority of the external task.org.openapitools.jackson.nullable.JsonNullable<Long>The id of the process definition the external task is defined in.org.openapitools.jackson.nullable.JsonNullable<String>The key of the process definition the external task is defined in.org.openapitools.jackson.nullable.JsonNullable<String>The version tag of the process definition the external task is defined in.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process instance the external task belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The number of retries the task currently has left.org.openapitools.jackson.nullable.JsonNullable<Integer>Whether the process instance the external task belongs to is suspended.org.openapitools.jackson.nullable.JsonNullable<Boolean>The id of the tenant the external task belongs to.org.openapitools.jackson.nullable.JsonNullable<String>The topic name of the external task.org.openapitools.jackson.nullable.JsonNullable<String>A JSON object containing a property for each of the requested variables.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> The id of the worker that posesses or posessed the most recent lock.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()lockExpirationTime(OffsetDateTime lockExpirationTime) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processDefinitionVersionTag(String processDefinitionVersionTag) processInstanceId(String processInstanceId) putVariablesItem(String key, VariableValueDto variablesItem) voidsetActivityId(String activityId) voidsetActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId) voidsetActivityInstanceId(String activityInstanceId) voidsetActivityInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityInstanceId) voidsetBusinessKey(String businessKey) voidsetBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> businessKey) voidsetErrorDetails(String errorDetails) voidsetErrorDetails_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorDetails) voidsetErrorMessage(String errorMessage) voidsetErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) voidsetExecutionId(String executionId) voidsetExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetLockExpirationTime(OffsetDateTime lockExpirationTime) voidsetLockExpirationTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> lockExpirationTime) voidsetPriority(Long priority) voidsetPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> priority) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey) voidsetProcessDefinitionVersionTag(String processDefinitionVersionTag) voidsetProcessDefinitionVersionTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionVersionTag) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidsetRetries(Integer retries) voidsetRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries) voidsetSuspended(Boolean suspended) voidsetSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) voidsetTopicName(String topicName) voidsetTopicName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> topicName) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidsetWorkerId(String workerId) voidsetWorkerId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> workerId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variables(Map<String, VariableValueDto> variables)
-
Field Details
-
JSON_PROPERTY_ACTIVITY_ID
- See Also:
-
JSON_PROPERTY_ACTIVITY_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_ERROR_DETAILS
- See Also:
-
JSON_PROPERTY_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LOCK_EXPIRATION_TIME
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_VERSION_TAG
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_RETRIES
- See Also:
-
JSON_PROPERTY_SUSPENDED
- See Also:
-
JSON_PROPERTY_WORKER_ID
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_TOPIC_NAME
- See Also:
-
JSON_PROPERTY_BUSINESS_KEY
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
LockedExternalTaskDto
public LockedExternalTaskDto()
-
-
Method Details
-
activityId
-
getActivityId
The id of the activity that this external task belongs to.- Returns:
- activityId
-
getActivityId_JsonNullable
-
setActivityId_JsonNullable
public void setActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId) -
setActivityId
-
activityInstanceId
-
getActivityInstanceId
The id of the activity instance that the external task belongs to.- Returns:
- activityInstanceId
-
getActivityInstanceId_JsonNullable
-
setActivityInstanceId_JsonNullable
public void setActivityInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityInstanceId) -
setActivityInstanceId
-
errorMessage
-
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- Returns:
- errorMessage
-
getErrorMessage_JsonNullable
-
setErrorMessage_JsonNullable
public void setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage) -
setErrorMessage
-
errorDetails
-
getErrorDetails
The error details submitted with the latest reported failure executing this task.`null` if no failure was reported previously or if no error details was submitted- Returns:
- errorDetails
-
getErrorDetails_JsonNullable
-
setErrorDetails_JsonNullable
public void setErrorDetails_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorDetails) -
setErrorDetails
-
executionId
-
getExecutionId
The id of the execution that the external task belongs to.- Returns:
- executionId
-
getExecutionId_JsonNullable
-
setExecutionId_JsonNullable
public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) -
setExecutionId
-
id
-
getId
The id of the external task.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
lockExpirationTime
-
getLockExpirationTime
The date that the task's most recent lock expires or has expired.- Returns:
- lockExpirationTime
-
getLockExpirationTime_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getLockExpirationTime_JsonNullable() -
setLockExpirationTime_JsonNullable
public void setLockExpirationTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> lockExpirationTime) -
setLockExpirationTime
-
processDefinitionId
-
getProcessDefinitionId
The id of the process definition the external task is defined in.- Returns:
- processDefinitionId
-
getProcessDefinitionId_JsonNullable
-
setProcessDefinitionId_JsonNullable
public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) -
setProcessDefinitionId
-
processDefinitionKey
-
getProcessDefinitionKey
The key of the process definition the external task is defined in.- Returns:
- processDefinitionKey
-
getProcessDefinitionKey_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionKey_JsonNullable() -
setProcessDefinitionKey_JsonNullable
public void setProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey) -
setProcessDefinitionKey
-
processDefinitionVersionTag
-
getProcessDefinitionVersionTag
The version tag of the process definition the external task is defined in.- Returns:
- processDefinitionVersionTag
-
getProcessDefinitionVersionTag_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionVersionTag_JsonNullable() -
setProcessDefinitionVersionTag_JsonNullable
public void setProcessDefinitionVersionTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionVersionTag) -
setProcessDefinitionVersionTag
-
processInstanceId
-
getProcessInstanceId
The id of the process instance the external task belongs to.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
tenantId
-
getTenantId
The id of the tenant the external task belongs to.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
retries
-
getRetries
The number of retries the task currently has left.- Returns:
- retries
-
getRetries_JsonNullable
-
setRetries_JsonNullable
public void setRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries) -
setRetries
-
suspended
-
getSuspended
Whether the process instance the external task belongs to is suspended.- Returns:
- suspended
-
getSuspended_JsonNullable
-
setSuspended_JsonNullable
public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) -
setSuspended
-
workerId
-
getWorkerId
The id of the worker that posesses or posessed the most recent lock.- Returns:
- workerId
-
getWorkerId_JsonNullable
-
setWorkerId_JsonNullable
public void setWorkerId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> workerId) -
setWorkerId
-
priority
-
getPriority
The priority of the external task.- Returns:
- priority
-
getPriority_JsonNullable
-
setPriority_JsonNullable
-
setPriority
-
topicName
-
getTopicName
The topic name of the external task.- Returns:
- topicName
-
getTopicName_JsonNullable
-
setTopicName_JsonNullable
public void setTopicName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> topicName) -
setTopicName
-
businessKey
-
getBusinessKey
The business key of the process instance the external task belongs to.- Returns:
- businessKey
-
getBusinessKey_JsonNullable
-
setBusinessKey_JsonNullable
public void setBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> businessKey) -
setBusinessKey
-
variables
-
putVariablesItem
-
getVariables
A JSON object containing a property for each of the requested variables. The key is the variable name, the value is a JSON object of serialized variable values with the following properties:- Returns:
- variables
-
getVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable() -
setVariables_JsonNullable
public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) -
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-