Class HistoricExternalTaskLogQueryDto

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class HistoricExternalTaskLogQueryDto extends Object
A Historic External Task Log instance query which defines a list of Historic External Task Log instances
  • Field Details

  • Constructor Details

    • HistoricExternalTaskLogQueryDto

      public HistoricExternalTaskLogQueryDto()
  • Method Details

    • logId

    • getLogId

      @Nullable public String getLogId()
      Filter by historic external task log id.
      Returns:
      logId
    • getLogId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getLogId_JsonNullable()
    • setLogId_JsonNullable

      public void setLogId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> logId)
    • setLogId

      public void setLogId(String logId)
    • externalTaskId

      public HistoricExternalTaskLogQueryDto externalTaskId(String externalTaskId)
    • getExternalTaskId

      @Nullable public String getExternalTaskId()
      Filter by external task id.
      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)
    • topicName

      public HistoricExternalTaskLogQueryDto topicName(String topicName)
    • getTopicName

      @Nullable public String getTopicName()
      Filter by an external task topic.
      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 HistoricExternalTaskLogQueryDto workerId(String workerId)
    • getWorkerId

      @Nullable public String getWorkerId()
      Filter by the id of the worker that the task was most recently locked by.
      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)
    • errorMessage

      public HistoricExternalTaskLogQueryDto errorMessage(String errorMessage)
    • getErrorMessage

      @Nullable public String getErrorMessage()
      Filter by external task exception message.
      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)
    • activityIdIn

      public HistoricExternalTaskLogQueryDto activityIdIn(List<String> activityIdIn)
    • addActivityIdInItem

      public HistoricExternalTaskLogQueryDto addActivityIdInItem(String activityIdInItem)
    • getActivityIdIn

      @Nullable public List<String> getActivityIdIn()
      Only include historic external task logs which belong to one of the passed activity ids.
      Returns:
      activityIdIn
    • getActivityIdIn_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getActivityIdIn_JsonNullable()
    • setActivityIdIn_JsonNullable

      public void setActivityIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> activityIdIn)
    • setActivityIdIn

      public void setActivityIdIn(List<String> activityIdIn)
    • activityInstanceIdIn

      public HistoricExternalTaskLogQueryDto activityInstanceIdIn(List<String> activityInstanceIdIn)
    • addActivityInstanceIdInItem

      public HistoricExternalTaskLogQueryDto addActivityInstanceIdInItem(String activityInstanceIdInItem)
    • getActivityInstanceIdIn

      @Nullable public List<String> getActivityInstanceIdIn()
      Only include historic external task logs which belong to one of the passed activity instance ids.
      Returns:
      activityInstanceIdIn
    • getActivityInstanceIdIn_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getActivityInstanceIdIn_JsonNullable()
    • setActivityInstanceIdIn_JsonNullable

      public void setActivityInstanceIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> activityInstanceIdIn)
    • setActivityInstanceIdIn

      public void setActivityInstanceIdIn(List<String> activityInstanceIdIn)
    • executionIdIn

      public HistoricExternalTaskLogQueryDto executionIdIn(List<String> executionIdIn)
    • addExecutionIdInItem

      public HistoricExternalTaskLogQueryDto addExecutionIdInItem(String executionIdInItem)
    • getExecutionIdIn

      @Nullable public List<String> getExecutionIdIn()
      Only include historic external task logs which belong to one of the passed execution ids.
      Returns:
      executionIdIn
    • getExecutionIdIn_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getExecutionIdIn_JsonNullable()
    • setExecutionIdIn_JsonNullable

      public void setExecutionIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> executionIdIn)
    • setExecutionIdIn

      public void setExecutionIdIn(List<String> executionIdIn)
    • processInstanceId

      public HistoricExternalTaskLogQueryDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      Filter by process instance id.
      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 HistoricExternalTaskLogQueryDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      Filter by process definition id.
      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 HistoricExternalTaskLogQueryDto processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      Filter by process definition key.
      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)
    • tenantIdIn

      public HistoricExternalTaskLogQueryDto tenantIdIn(List<String> tenantIdIn)
    • addTenantIdInItem

      public HistoricExternalTaskLogQueryDto addTenantIdInItem(String tenantIdInItem)
    • getTenantIdIn

      @Nullable public List<String> getTenantIdIn()
      Only include historic external task log entries which belong to one of the passed and comma-separated tenant ids.
      Returns:
      tenantIdIn
    • getTenantIdIn_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getTenantIdIn_JsonNullable()
    • setTenantIdIn_JsonNullable

      public void setTenantIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> tenantIdIn)
    • setTenantIdIn

      public void setTenantIdIn(List<String> tenantIdIn)
    • withoutTenantId

      public HistoricExternalTaskLogQueryDto withoutTenantId(Boolean withoutTenantId)
    • getWithoutTenantId

      @Nullable public Boolean getWithoutTenantId()
      Only include historic external task log entries that belong to no tenant. Value may only be `true`, as `false` is the default behavior.
      Returns:
      withoutTenantId
    • getWithoutTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getWithoutTenantId_JsonNullable()
    • setWithoutTenantId_JsonNullable

      public void setWithoutTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withoutTenantId)
    • setWithoutTenantId

      public void setWithoutTenantId(Boolean withoutTenantId)
    • priorityLowerThanOrEquals

      public HistoricExternalTaskLogQueryDto priorityLowerThanOrEquals(Long priorityLowerThanOrEquals)
    • getPriorityLowerThanOrEquals

      @Nullable public Long getPriorityLowerThanOrEquals()
      Only include logs for which the associated external task had a priority lower than or equal to the given value. Value must be a valid `long` value.
      Returns:
      priorityLowerThanOrEquals
    • getPriorityLowerThanOrEquals_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getPriorityLowerThanOrEquals_JsonNullable()
    • setPriorityLowerThanOrEquals_JsonNullable

      public void setPriorityLowerThanOrEquals_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> priorityLowerThanOrEquals)
    • setPriorityLowerThanOrEquals

      public void setPriorityLowerThanOrEquals(Long priorityLowerThanOrEquals)
    • priorityHigherThanOrEquals

      public HistoricExternalTaskLogQueryDto priorityHigherThanOrEquals(Long priorityHigherThanOrEquals)
    • getPriorityHigherThanOrEquals

      @Nullable public Long getPriorityHigherThanOrEquals()
      Only include logs for which the associated external task had a priority higher than or equal to the given value. Value must be a valid `long` value.
      Returns:
      priorityHigherThanOrEquals
    • getPriorityHigherThanOrEquals_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getPriorityHigherThanOrEquals_JsonNullable()
    • setPriorityHigherThanOrEquals_JsonNullable

      public void setPriorityHigherThanOrEquals_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> priorityHigherThanOrEquals)
    • setPriorityHigherThanOrEquals

      public void setPriorityHigherThanOrEquals(Long priorityHigherThanOrEquals)
    • creationLog

      public HistoricExternalTaskLogQueryDto creationLog(Boolean creationLog)
    • getCreationLog

      @Nullable public Boolean getCreationLog()
      Only include creation logs. Value may only be `true`, as `false` is the default behavior.
      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 HistoricExternalTaskLogQueryDto failureLog(Boolean failureLog)
    • getFailureLog

      @Nullable public Boolean getFailureLog()
      Only include failure logs. Value may only be `true`, as `false` is the default behavior.
      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 HistoricExternalTaskLogQueryDto successLog(Boolean successLog)
    • getSuccessLog

      @Nullable public Boolean getSuccessLog()
      Only include success logs. Value may only be `true`, as `false` is the default behavior.
      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 HistoricExternalTaskLogQueryDto deletionLog(Boolean deletionLog)
    • getDeletionLog

      @Nullable public Boolean getDeletionLog()
      Only include deletion logs. Value may only be `true`, as `false` is the default behavior.
      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)
    • sorting

    • addSortingItem

    • getSorting

      An array of criteria to sort the result by. Each element of the array is an object that specifies one ordering. The position in the array identifies the rank of an ordering, i.e., whether it is primary, secondary, etc. Sorting has no effect for `count` endpoints.
      Returns:
      sorting
    • getSorting_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<HistoricExternalTaskLogQueryDtoSortingInner>> getSorting_JsonNullable()
    • setSorting_JsonNullable

      public void setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<HistoricExternalTaskLogQueryDtoSortingInner>> sorting)
    • setSorting

      public void setSorting(List<HistoricExternalTaskLogQueryDtoSortingInner> sorting)
    • 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