Class HistoricJobLogQueryDto

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

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

  • Constructor Details

    • HistoricJobLogQueryDto

      public HistoricJobLogQueryDto()
  • Method Details

    • logId

      public HistoricJobLogQueryDto logId(String logId)
    • getLogId

      @Nullable public String getLogId()
      Filter by historic job 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)
    • jobId

      public HistoricJobLogQueryDto jobId(String jobId)
    • getJobId

      @Nullable public String getJobId()
      Filter by job id.
      Returns:
      jobId
    • getJobId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobId_JsonNullable()
    • setJobId_JsonNullable

      public void setJobId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobId)
    • setJobId

      public void setJobId(String jobId)
    • jobExceptionMessage

      public HistoricJobLogQueryDto jobExceptionMessage(String jobExceptionMessage)
    • getJobExceptionMessage

      @Nullable public String getJobExceptionMessage()
      Filter by job exception message.
      Returns:
      jobExceptionMessage
    • getJobExceptionMessage_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobExceptionMessage_JsonNullable()
    • setJobExceptionMessage_JsonNullable

      public void setJobExceptionMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobExceptionMessage)
    • setJobExceptionMessage

      public void setJobExceptionMessage(String jobExceptionMessage)
    • jobDefinitionId

      public HistoricJobLogQueryDto jobDefinitionId(String jobDefinitionId)
    • getJobDefinitionId

      @Nullable public String getJobDefinitionId()
      Filter by job definition id.
      Returns:
      jobDefinitionId
    • getJobDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobDefinitionId_JsonNullable()
    • setJobDefinitionId_JsonNullable

      public void setJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobDefinitionId)
    • setJobDefinitionId

      public void setJobDefinitionId(String jobDefinitionId)
    • jobDefinitionType

      public HistoricJobLogQueryDto jobDefinitionType(String jobDefinitionType)
    • getJobDefinitionType

      @Nullable public String getJobDefinitionType()
      Filter by job definition type. See the [User Guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/the-job-executor/#job-creation) for more information about job definition types.
      Returns:
      jobDefinitionType
    • getJobDefinitionType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobDefinitionType_JsonNullable()
    • setJobDefinitionType_JsonNullable

      public void setJobDefinitionType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobDefinitionType)
    • setJobDefinitionType

      public void setJobDefinitionType(String jobDefinitionType)
    • jobDefinitionConfiguration

      public HistoricJobLogQueryDto jobDefinitionConfiguration(String jobDefinitionConfiguration)
    • getJobDefinitionConfiguration

      @Nullable public String getJobDefinitionConfiguration()
      Filter by job definition configuration.
      Returns:
      jobDefinitionConfiguration
    • getJobDefinitionConfiguration_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getJobDefinitionConfiguration_JsonNullable()
    • setJobDefinitionConfiguration_JsonNullable

      public void setJobDefinitionConfiguration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobDefinitionConfiguration)
    • setJobDefinitionConfiguration

      public void setJobDefinitionConfiguration(String jobDefinitionConfiguration)
    • activityIdIn

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

      public HistoricJobLogQueryDto addActivityIdInItem(String activityIdInItem)
    • getActivityIdIn

      @Nullable public List<String> getActivityIdIn()
      Only include historic job 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)
    • failedActivityIdIn

      public HistoricJobLogQueryDto failedActivityIdIn(List<String> failedActivityIdIn)
    • addFailedActivityIdInItem

      public HistoricJobLogQueryDto addFailedActivityIdInItem(String failedActivityIdInItem)
    • getFailedActivityIdIn

      @Nullable public List<String> getFailedActivityIdIn()
      Only include historic job logs which belong to failures of one of the passed activity ids.
      Returns:
      failedActivityIdIn
    • getFailedActivityIdIn_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<List<String>> getFailedActivityIdIn_JsonNullable()
    • setFailedActivityIdIn_JsonNullable

      public void setFailedActivityIdIn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> failedActivityIdIn)
    • setFailedActivityIdIn

      public void setFailedActivityIdIn(List<String> failedActivityIdIn)
    • executionIdIn

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

      public HistoricJobLogQueryDto addExecutionIdInItem(String executionIdInItem)
    • getExecutionIdIn

      @Nullable public List<String> getExecutionIdIn()
      Only include historic job 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 HistoricJobLogQueryDto 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 HistoricJobLogQueryDto 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 HistoricJobLogQueryDto 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)
    • deploymentId

      public HistoricJobLogQueryDto deploymentId(String deploymentId)
    • getDeploymentId

      @Nullable public String getDeploymentId()
      Filter by deployment id.
      Returns:
      deploymentId
    • getDeploymentId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getDeploymentId_JsonNullable()
    • setDeploymentId_JsonNullable

      public void setDeploymentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> deploymentId)
    • setDeploymentId

      public void setDeploymentId(String deploymentId)
    • tenantIdIn

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

      public HistoricJobLogQueryDto addTenantIdInItem(String tenantIdInItem)
    • getTenantIdIn

      @Nullable public List<String> getTenantIdIn()
      Only include historic job 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 HistoricJobLogQueryDto withoutTenantId(Boolean withoutTenantId)
    • getWithoutTenantId

      @Nullable public Boolean getWithoutTenantId()
      Only include historic job 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)
    • hostname

      public HistoricJobLogQueryDto hostname(String hostname)
    • getHostname

      @Nullable public String getHostname()
      Filter by hostname.
      Returns:
      hostname
    • getHostname_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getHostname_JsonNullable()
    • setHostname_JsonNullable

      public void setHostname_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> hostname)
    • setHostname

      public void setHostname(String hostname)
    • jobPriorityLowerThanOrEquals

      public HistoricJobLogQueryDto jobPriorityLowerThanOrEquals(Long jobPriorityLowerThanOrEquals)
    • getJobPriorityLowerThanOrEquals

      @Nullable public Long getJobPriorityLowerThanOrEquals()
      Only include logs for which the associated job had a priority lower than or equal to the given value. Value must be a valid `long` value.
      Returns:
      jobPriorityLowerThanOrEquals
    • getJobPriorityLowerThanOrEquals_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getJobPriorityLowerThanOrEquals_JsonNullable()
    • setJobPriorityLowerThanOrEquals_JsonNullable

      public void setJobPriorityLowerThanOrEquals_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> jobPriorityLowerThanOrEquals)
    • setJobPriorityLowerThanOrEquals

      public void setJobPriorityLowerThanOrEquals(Long jobPriorityLowerThanOrEquals)
    • jobPriorityHigherThanOrEquals

      public HistoricJobLogQueryDto jobPriorityHigherThanOrEquals(Long jobPriorityHigherThanOrEquals)
    • getJobPriorityHigherThanOrEquals

      @Nullable public Long getJobPriorityHigherThanOrEquals()
      Only include logs for which the associated job had a priority higher than or equal to the given value. Value must be a valid `long` value.
      Returns:
      jobPriorityHigherThanOrEquals
    • getJobPriorityHigherThanOrEquals_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Long> getJobPriorityHigherThanOrEquals_JsonNullable()
    • setJobPriorityHigherThanOrEquals_JsonNullable

      public void setJobPriorityHigherThanOrEquals_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> jobPriorityHigherThanOrEquals)
    • setJobPriorityHigherThanOrEquals

      public void setJobPriorityHigherThanOrEquals(Long jobPriorityHigherThanOrEquals)
    • creationLog

      public HistoricJobLogQueryDto 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 HistoricJobLogQueryDto 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 HistoricJobLogQueryDto 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 HistoricJobLogQueryDto 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

      public HistoricJobLogQueryDto addSortingItem(HistoricJobLogQueryDtoSortingInner sortingItem)
    • 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<HistoricJobLogQueryDtoSortingInner>> getSorting_JsonNullable()
    • setSorting_JsonNullable

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

      public void setSorting(List<HistoricJobLogQueryDtoSortingInner> 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