Class HistoricExternalTaskLogDto

java.lang.Object
org.camunda.community.rest.client.dto.HistoricExternalTaskLogDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class HistoricExternalTaskLogDto extends Object
HistoricExternalTaskLogDto
  • Field Details

  • Constructor Details

    • HistoricExternalTaskLogDto

      public HistoricExternalTaskLogDto()
  • Method Details

    • id

    • getId

      @Nullable public String getId()
      The id of the log entry.
      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)
    • externalTaskId

      public HistoricExternalTaskLogDto externalTaskId(String externalTaskId)
    • getExternalTaskId

      @Nullable public String getExternalTaskId()
      The id of the external task.
      Returns:
      externalTaskId
    • getExternalTaskId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getExternalTaskId_JsonNullable()
    • setExternalTaskId_JsonNullable

      public void setExternalTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalTaskId)
    • setExternalTaskId

      public void setExternalTaskId(String externalTaskId)
    • timestamp

      public HistoricExternalTaskLogDto timestamp(OffsetDateTime timestamp)
    • getTimestamp

      @Nullable public OffsetDateTime getTimestamp()
      The time when the log entry has been written.
      Returns:
      timestamp
    • getTimestamp_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getTimestamp_JsonNullable()
    • setTimestamp_JsonNullable

      public void setTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> timestamp)
    • setTimestamp

      public void setTimestamp(OffsetDateTime timestamp)
    • topicName

      public HistoricExternalTaskLogDto topicName(String topicName)
    • getTopicName

      @Nullable public String getTopicName()
      The topic name of the associated 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)
    • workerId

      public HistoricExternalTaskLogDto workerId(String workerId)
    • getWorkerId

      @Nullable public String getWorkerId()
      The id of the worker that 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)
    • retries

      public HistoricExternalTaskLogDto retries(Integer retries)
    • getRetries

      @Nullable public Integer getRetries()
      The number of retries the associated external task 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)
    • priority

      public HistoricExternalTaskLogDto priority(Long priority)
    • getPriority

      @Nullable public Long getPriority()
      The execution priority the external task had when the log entry was created.
      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)
    • errorMessage

      public HistoricExternalTaskLogDto errorMessage(String errorMessage)
    • getErrorMessage

      @Nullable public String getErrorMessage()
      The message of the error that occurred by executing the associated external task.
      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)
    • activityId

      public HistoricExternalTaskLogDto activityId(String activityId)
    • getActivityId

      @Nullable public String getActivityId()
      The id of the activity on which the associated external task was created.
      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 HistoricExternalTaskLogDto activityInstanceId(String activityInstanceId)
    • getActivityInstanceId

      @Nullable public String getActivityInstanceId()
      The id of the activity instance on which the associated external task was created.
      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)
    • executionId

      public HistoricExternalTaskLogDto executionId(String executionId)
    • getExecutionId

      @Nullable public String getExecutionId()
      The execution id on which the associated external task was created.
      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)
    • processInstanceId

      public HistoricExternalTaskLogDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      The id of the process instance on which the associated external task was created.
      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)
    • processDefinitionId

      public HistoricExternalTaskLogDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The id of the process definition which the associated external task belongs to.
      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 HistoricExternalTaskLogDto processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      The key of the process definition which the associated external task belongs to.
      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)
    • tenantId

      public HistoricExternalTaskLogDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The id of the tenant that this historic external task log entry 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)
    • creationLog

      public HistoricExternalTaskLogDto creationLog(Boolean creationLog)
    • getCreationLog

      @Nullable public Boolean getCreationLog()
      A flag indicating whether this log represents the creation of the associated external task.
      Returns:
      creationLog
    • getCreationLog_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getCreationLog_JsonNullable()
    • setCreationLog_JsonNullable

      public void setCreationLog_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> creationLog)
    • setCreationLog

      public void setCreationLog(Boolean creationLog)
    • failureLog

      public HistoricExternalTaskLogDto failureLog(Boolean failureLog)
    • getFailureLog

      @Nullable public Boolean getFailureLog()
      A flag indicating whether this log represents the failed execution of the associated external task.
      Returns:
      failureLog
    • getFailureLog_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getFailureLog_JsonNullable()
    • setFailureLog_JsonNullable

      public void setFailureLog_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> failureLog)
    • setFailureLog

      public void setFailureLog(Boolean failureLog)
    • successLog

      public HistoricExternalTaskLogDto successLog(Boolean successLog)
    • getSuccessLog

      @Nullable public Boolean getSuccessLog()
      A flag indicating whether this log represents the successful execution of the associated external task.
      Returns:
      successLog
    • getSuccessLog_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getSuccessLog_JsonNullable()
    • setSuccessLog_JsonNullable

      public void setSuccessLog_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> successLog)
    • setSuccessLog

      public void setSuccessLog(Boolean successLog)
    • deletionLog

      public HistoricExternalTaskLogDto deletionLog(Boolean deletionLog)
    • getDeletionLog

      @Nullable public Boolean getDeletionLog()
      A flag indicating whether this log represents the deletion of the associated external task.
      Returns:
      deletionLog
    • getDeletionLog_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getDeletionLog_JsonNullable()
    • setDeletionLog_JsonNullable

      public void setDeletionLog_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> deletionLog)
    • setDeletionLog

      public void setDeletionLog(Boolean deletionLog)
    • removalTime

      public HistoricExternalTaskLogDto removalTime(OffsetDateTime removalTime)
    • getRemovalTime

      @Nullable public OffsetDateTime getRemovalTime()
      The time after which this log should be removed by the History Cleanup job. Default format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. For further information, please see the [documentation](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/)
      Returns:
      removalTime
    • getRemovalTime_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getRemovalTime_JsonNullable()
    • setRemovalTime_JsonNullable

      public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime)
    • setRemovalTime

      public void setRemovalTime(OffsetDateTime removalTime)
    • rootProcessInstanceId

      public HistoricExternalTaskLogDto rootProcessInstanceId(String rootProcessInstanceId)
    • getRootProcessInstanceId

      @Nullable public String getRootProcessInstanceId()
      The process instance id of the root process instance that initiated the process containing this log.
      Returns:
      rootProcessInstanceId
    • getRootProcessInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getRootProcessInstanceId_JsonNullable()
    • setRootProcessInstanceId_JsonNullable

      public void setRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId)
    • setRootProcessInstanceId

      public void setRootProcessInstanceId(String rootProcessInstanceId)
    • 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