Class ExecutionDto

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

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

  • Constructor Details

    • ExecutionDto

      public ExecutionDto()
  • Method Details

    • id

      public ExecutionDto id(String id)
    • getId

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

      public ExecutionDto processInstanceId(String processInstanceId)
    • getProcessInstanceId

      @Nullable public String getProcessInstanceId()
      The id of the root of the execution tree representing the 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)
    • ended

      public ExecutionDto ended(Boolean ended)
    • getEnded

      @Nullable public Boolean getEnded()
      Indicates if the execution is ended.
      Returns:
      ended
    • getEnded_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Boolean> getEnded_JsonNullable()
    • setEnded_JsonNullable

      public void setEnded_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> ended)
    • setEnded

      public void setEnded(Boolean ended)
    • tenantId

      public ExecutionDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The id of the tenant this execution belongs to. Can be `null` if the execution belongs to no single tenant.
      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)
    • 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