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 Details

  • Constructor Details

    • LockedExternalTaskDto

      public LockedExternalTaskDto()
  • Method Details

    • activityId

      public LockedExternalTaskDto activityId(String activityId)
    • getActivityId

      @Nullable public String getActivityId()
      The id of the activity that this external task belongs to.
      Returns:
      activityId
    • getActivityId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getActivityId_JsonNullable()
    • setActivityId_JsonNullable

      public void setActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId)
    • setActivityId

      public void setActivityId(String activityId)
    • activityInstanceId

      public LockedExternalTaskDto activityInstanceId(String activityInstanceId)
    • getActivityInstanceId

      @Nullable public String getActivityInstanceId()
      The id of the activity instance that the external task belongs to.
      Returns:
      activityInstanceId
    • getActivityInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getActivityInstanceId_JsonNullable()
    • setActivityInstanceId_JsonNullable

      public void setActivityInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityInstanceId)
    • setActivityInstanceId

      public void setActivityInstanceId(String activityInstanceId)
    • errorMessage

      public LockedExternalTaskDto errorMessage(String errorMessage)
    • getErrorMessage

      @Nullable public 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
      Returns:
      errorMessage
    • getErrorMessage_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getErrorMessage_JsonNullable()
    • setErrorMessage_JsonNullable

      public void setErrorMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorMessage)
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • errorDetails

      public LockedExternalTaskDto errorDetails(String errorDetails)
    • getErrorDetails

      @Nullable public String 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

      public org.openapitools.jackson.nullable.JsonNullable<String> getErrorDetails_JsonNullable()
    • setErrorDetails_JsonNullable

      public void setErrorDetails_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> errorDetails)
    • setErrorDetails

      public void setErrorDetails(String errorDetails)
    • executionId

      public LockedExternalTaskDto executionId(String executionId)
    • getExecutionId

      @Nullable public String getExecutionId()
      The id of the execution that the external task belongs to.
      Returns:
      executionId
    • getExecutionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getExecutionId_JsonNullable()
    • setExecutionId_JsonNullable

      public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId)
    • setExecutionId

      public void setExecutionId(String executionId)
    • id

      public LockedExternalTaskDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the external task.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • lockExpirationTime

      public LockedExternalTaskDto lockExpirationTime(OffsetDateTime lockExpirationTime)
    • getLockExpirationTime

      @Nullable public OffsetDateTime 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

      public void setLockExpirationTime(OffsetDateTime lockExpirationTime)
    • processDefinitionId

      public LockedExternalTaskDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The id of the process definition the external task is defined in.
      Returns:
      processDefinitionId
    • getProcessDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionId_JsonNullable()
    • setProcessDefinitionId_JsonNullable

      public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId)
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • processDefinitionKey

      public LockedExternalTaskDto processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String 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

      public void setProcessDefinitionKey(String processDefinitionKey)
    • processDefinitionVersionTag

      public LockedExternalTaskDto processDefinitionVersionTag(String processDefinitionVersionTag)
    • getProcessDefinitionVersionTag

      @Nullable public String 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

      public void setProcessDefinitionVersionTag(String processDefinitionVersionTag)
    • processInstanceId

      public LockedExternalTaskDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      The id of the process instance the external task belongs to.
      Returns:
      processInstanceId
    • getProcessInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessInstanceId_JsonNullable()
    • setProcessInstanceId_JsonNullable

      public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId)
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • tenantId

      public LockedExternalTaskDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The id of the tenant the external task belongs to.
      Returns:
      tenantId
    • getTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTenantId_JsonNullable()
    • setTenantId_JsonNullable

      public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId)
    • setTenantId

      public void setTenantId(String tenantId)
    • retries

      public LockedExternalTaskDto retries(Integer retries)
    • getRetries

      @Nullable public Integer getRetries()
      The number of retries the task currently has left.
      Returns:
      retries
    • getRetries_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getRetries_JsonNullable()
    • setRetries_JsonNullable

      public void setRetries_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> retries)
    • setRetries

      public void setRetries(Integer retries)
    • suspended

      public LockedExternalTaskDto suspended(Boolean suspended)
    • getSuspended

      @Nullable public Boolean getSuspended()
      Whether the process instance the external task belongs to is suspended.
      Returns:
      suspended
    • getSuspended_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getSuspended_JsonNullable()
    • setSuspended_JsonNullable

      public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended)
    • setSuspended

      public void setSuspended(Boolean suspended)
    • workerId

      public LockedExternalTaskDto workerId(String workerId)
    • getWorkerId

      @Nullable public String getWorkerId()
      The id of the worker that posesses or posessed the most recent lock.
      Returns:
      workerId
    • getWorkerId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getWorkerId_JsonNullable()
    • setWorkerId_JsonNullable

      public void setWorkerId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> workerId)
    • setWorkerId

      public void setWorkerId(String workerId)
    • priority

      public LockedExternalTaskDto priority(Long priority)
    • getPriority

      @Nullable public Long getPriority()
      The priority of the external task.
      Returns:
      priority
    • getPriority_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getPriority_JsonNullable()
    • setPriority_JsonNullable

      public void setPriority_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> priority)
    • setPriority

      public void setPriority(Long priority)
    • topicName

      public LockedExternalTaskDto topicName(String topicName)
    • getTopicName

      @Nullable public String getTopicName()
      The topic name of the external task.
      Returns:
      topicName
    • getTopicName_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTopicName_JsonNullable()
    • setTopicName_JsonNullable

      public void setTopicName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> topicName)
    • setTopicName

      public void setTopicName(String topicName)
    • businessKey

      public LockedExternalTaskDto businessKey(String businessKey)
    • getBusinessKey

      @Nullable public String getBusinessKey()
      The business key of the process instance the external task belongs to.
      Returns:
      businessKey
    • getBusinessKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getBusinessKey_JsonNullable()
    • setBusinessKey_JsonNullable

      public void setBusinessKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> businessKey)
    • setBusinessKey

      public void setBusinessKey(String businessKey)
    • variables

      public LockedExternalTaskDto variables(Map<String,VariableValueDto> variables)
    • putVariablesItem

      public LockedExternalTaskDto putVariablesItem(String key, VariableValueDto variablesItem)
    • getVariables

      @Nullable public Map<String,VariableValueDto> 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

      public void setVariables(Map<String,VariableValueDto> variables)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string