Class ProcessInstanceItem

java.lang.Object
io.camunda.zeebe.client.protocol.rest.ProcessInstanceItem

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-06T18:09:40.135994915Z[GMT]", comments="Generator version: 7.7.0") public class ProcessInstanceItem extends Object
ProcessInstanceItem
  • Field Details

  • Constructor Details

    • ProcessInstanceItem

      public ProcessInstanceItem()
  • Method Details

    • tenantId

      public ProcessInstanceItem tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      Get tenantId
      Returns:
      tenantId
    • setTenantId

      public void setTenantId(String tenantId)
    • key

      public ProcessInstanceItem key(Long key)
    • getKey

      @Nullable public Long getKey()
      Get key
      Returns:
      key
    • setKey

      public void setKey(Long key)
    • processDefinitionKey

      public ProcessInstanceItem processDefinitionKey(Long processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public Long getProcessDefinitionKey()
      Get processDefinitionKey
      Returns:
      processDefinitionKey
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(Long processDefinitionKey)
    • processVersion

      public ProcessInstanceItem processVersion(Integer processVersion)
    • getProcessVersion

      @Nullable public Integer getProcessVersion()
      Get processVersion
      Returns:
      processVersion
    • setProcessVersion

      public void setProcessVersion(Integer processVersion)
    • bpmnProcessId

      public ProcessInstanceItem bpmnProcessId(String bpmnProcessId)
    • getBpmnProcessId

      @Nullable public String getBpmnProcessId()
      Get bpmnProcessId
      Returns:
      bpmnProcessId
    • setBpmnProcessId

      public void setBpmnProcessId(String bpmnProcessId)
    • parentKey

      public ProcessInstanceItem parentKey(Long parentKey)
    • getParentKey

      @Nullable public Long getParentKey()
      Get parentKey
      Returns:
      parentKey
    • setParentKey

      public void setParentKey(Long parentKey)
    • parentFlowNodeInstanceKey

      public ProcessInstanceItem parentFlowNodeInstanceKey(Long parentFlowNodeInstanceKey)
    • getParentFlowNodeInstanceKey

      @Nullable public Long getParentFlowNodeInstanceKey()
      Get parentFlowNodeInstanceKey
      Returns:
      parentFlowNodeInstanceKey
    • setParentFlowNodeInstanceKey

      public void setParentFlowNodeInstanceKey(Long parentFlowNodeInstanceKey)
    • startDate

      public ProcessInstanceItem startDate(String startDate)
    • getStartDate

      @Nullable public String getStartDate()
      Get startDate
      Returns:
      startDate
    • setStartDate

      public void setStartDate(String startDate)
    • endDate

      public ProcessInstanceItem endDate(String endDate)
    • getEndDate

      @Nullable public String getEndDate()
      Get endDate
      Returns:
      endDate
    • setEndDate

      public void setEndDate(String endDate)
    • 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