Class UserOperationLogEntryDto

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

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

  • Constructor Details

    • UserOperationLogEntryDto

      public UserOperationLogEntryDto()
  • Method Details

    • id

    • getId

      @Nullable public String getId()
      The unique identifier of this 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)
    • userId

      public UserOperationLogEntryDto userId(String userId)
    • getUserId

      @Nullable public String getUserId()
      The user who performed this operation.
      Returns:
      userId
    • getUserId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getUserId_JsonNullable()
    • setUserId_JsonNullable

      public void setUserId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> userId)
    • setUserId

      public void setUserId(String userId)
    • timestamp

      public UserOperationLogEntryDto timestamp(OffsetDateTime timestamp)
    • getTimestamp

      @Nullable public OffsetDateTime getTimestamp()
      Timestamp of this operation.
      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)
    • operationId

      public UserOperationLogEntryDto operationId(String operationId)
    • getOperationId

      @Nullable public String getOperationId()
      The unique identifier of this operation. A composite operation that changes multiple properties has a common `operationId`.
      Returns:
      operationId
    • getOperationId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getOperationId_JsonNullable()
    • setOperationId_JsonNullable

      public void setOperationId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> operationId)
    • setOperationId

      public void setOperationId(String operationId)
    • operationType

      public UserOperationLogEntryDto operationType(String operationType)
    • getOperationType

      @Nullable public String getOperationType()
      The type of this operation, e.g., `Assign`, `Claim` and so on.
      Returns:
      operationType
    • getOperationType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getOperationType_JsonNullable()
    • setOperationType_JsonNullable

      public void setOperationType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> operationType)
    • setOperationType

      public void setOperationType(String operationType)
    • entityType

      public UserOperationLogEntryDto entityType(String entityType)
    • getEntityType

      @Nullable public String getEntityType()
      The type of the entity on which this operation was executed, e.g., `Task` or `Attachment`.
      Returns:
      entityType
    • getEntityType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getEntityType_JsonNullable()
    • setEntityType_JsonNullable

      public void setEntityType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> entityType)
    • setEntityType

      public void setEntityType(String entityType)
    • category

      public UserOperationLogEntryDto category(String category)
    • getCategory

      @Nullable public String getCategory()
      The name of the category this operation was associated with, e.g., `TaskWorker` or `Admin`.
      Returns:
      category
    • getCategory_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCategory_JsonNullable()
    • setCategory_JsonNullable

      public void setCategory_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> category)
    • setCategory

      public void setCategory(String category)
    • annotation

      public UserOperationLogEntryDto annotation(String annotation)
    • getAnnotation

      @Nullable public String getAnnotation()
      An arbitrary annotation set by a user for auditing reasons.
      Returns:
      annotation
    • getAnnotation_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getAnnotation_JsonNullable()
    • setAnnotation_JsonNullable

      public void setAnnotation_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> annotation)
    • setAnnotation

      public void setAnnotation(String annotation)
    • property

      public UserOperationLogEntryDto property(String property)
    • getProperty

      @Nullable public String getProperty()
      The property changed by this operation.
      Returns:
      property
    • getProperty_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProperty_JsonNullable()
    • setProperty_JsonNullable

      public void setProperty_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> property)
    • setProperty

      public void setProperty(String property)
    • orgValue

      public UserOperationLogEntryDto orgValue(String orgValue)
    • getOrgValue

      @Nullable public String getOrgValue()
      The original value of the changed property.
      Returns:
      orgValue
    • getOrgValue_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getOrgValue_JsonNullable()
    • setOrgValue_JsonNullable

      public void setOrgValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> orgValue)
    • setOrgValue

      public void setOrgValue(String orgValue)
    • newValue

      public UserOperationLogEntryDto newValue(String newValue)
    • getNewValue

      @Nullable public String getNewValue()
      The new value of the changed property.
      Returns:
      newValue
    • getNewValue_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getNewValue_JsonNullable()
    • setNewValue_JsonNullable

      public void setNewValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> newValue)
    • setNewValue

      public void setNewValue(String newValue)
    • deploymentId

      public UserOperationLogEntryDto deploymentId(String deploymentId)
    • getDeploymentId

      @Nullable public String getDeploymentId()
      If not `null`, the operation is restricted to entities in relation to this deployment.
      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)
    • processDefinitionId

      public UserOperationLogEntryDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      If not `null`, the operation is restricted to entities in relation to this process definition.
      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 UserOperationLogEntryDto processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      If not `null`, the operation is restricted to entities in relation to process definitions with this 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)
    • processInstanceId

      public UserOperationLogEntryDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      If not `null`, the operation is restricted to entities in relation to this process instance.
      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)
    • executionId

      public UserOperationLogEntryDto executionId(String executionId)
    • getExecutionId

      @Nullable public String getExecutionId()
      If not `null`, the operation is restricted to entities in relation to this execution.
      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)
    • caseDefinitionId

      public UserOperationLogEntryDto caseDefinitionId(String caseDefinitionId)
    • getCaseDefinitionId

      @Nullable public String getCaseDefinitionId()
      If not `null`, the operation is restricted to entities in relation to this case definition.
      Returns:
      caseDefinitionId
    • getCaseDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCaseDefinitionId_JsonNullable()
    • setCaseDefinitionId_JsonNullable

      public void setCaseDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseDefinitionId)
    • setCaseDefinitionId

      public void setCaseDefinitionId(String caseDefinitionId)
    • caseInstanceId

      public UserOperationLogEntryDto caseInstanceId(String caseInstanceId)
    • getCaseInstanceId

      @Nullable public String getCaseInstanceId()
      If not `null`, the operation is restricted to entities in relation to this case instance.
      Returns:
      caseInstanceId
    • getCaseInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCaseInstanceId_JsonNullable()
    • setCaseInstanceId_JsonNullable

      public void setCaseInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseInstanceId)
    • setCaseInstanceId

      public void setCaseInstanceId(String caseInstanceId)
    • caseExecutionId

      public UserOperationLogEntryDto caseExecutionId(String caseExecutionId)
    • getCaseExecutionId

      @Nullable public String getCaseExecutionId()
      If not `null`, the operation is restricted to entities in relation to this case execution.
      Returns:
      caseExecutionId
    • getCaseExecutionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getCaseExecutionId_JsonNullable()
    • setCaseExecutionId_JsonNullable

      public void setCaseExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> caseExecutionId)
    • setCaseExecutionId

      public void setCaseExecutionId(String caseExecutionId)
    • taskId

      public UserOperationLogEntryDto taskId(String taskId)
    • getTaskId

      @Nullable public String getTaskId()
      If not `null`, the operation is restricted to entities in relation to this task.
      Returns:
      taskId
    • getTaskId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTaskId_JsonNullable()
    • setTaskId_JsonNullable

      public void setTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId)
    • setTaskId

      public void setTaskId(String taskId)
    • externalTaskId

      public UserOperationLogEntryDto externalTaskId(String externalTaskId)
    • getExternalTaskId

      @Nullable public String getExternalTaskId()
      If not `null`, the operation is restricted to entities in relation to this 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)
    • batchId

      public UserOperationLogEntryDto batchId(String batchId)
    • getBatchId

      @Nullable public String getBatchId()
      If not `null`, the operation is restricted to entities in relation to this batch.
      Returns:
      batchId
    • getBatchId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getBatchId_JsonNullable()
    • setBatchId_JsonNullable

      public void setBatchId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchId)
    • setBatchId

      public void setBatchId(String batchId)
    • jobId

      public UserOperationLogEntryDto jobId(String jobId)
    • getJobId

      @Nullable public String getJobId()
      If not `null`, the operation is restricted to entities in relation to this job.
      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)
    • jobDefinitionId

      public UserOperationLogEntryDto jobDefinitionId(String jobDefinitionId)
    • getJobDefinitionId

      @Nullable public String getJobDefinitionId()
      If not `null`, the operation is restricted to entities in relation to this job definition.
      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)
    • removalTime

      public UserOperationLogEntryDto removalTime(OffsetDateTime removalTime)
    • getRemovalTime

      @Nullable public OffsetDateTime getRemovalTime()
      The time after which the entry should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
      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 UserOperationLogEntryDto rootProcessInstanceId(String rootProcessInstanceId)
    • getRootProcessInstanceId

      @Nullable public String getRootProcessInstanceId()
      The process instance id of the root process instance that initiated the process containing this entry.
      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