Class FlowNodeInstanceFilter

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-08-04T12:37:47.170113265Z[GMT]", comments="Generator version: 7.8.0") public class FlowNodeInstanceFilter extends Object
FlowNodeInstanceFilter
  • Field Details

  • Constructor Details

    • FlowNodeInstanceFilter

      public FlowNodeInstanceFilter()
  • Method Details

    • flowNodeInstanceKey

      public FlowNodeInstanceFilter flowNodeInstanceKey(String flowNodeInstanceKey)
    • getFlowNodeInstanceKey

      @Nullable public String getFlowNodeInstanceKey()
      The key of this flow node instance.
      Returns:
      flowNodeInstanceKey
    • setFlowNodeInstanceKey

      public void setFlowNodeInstanceKey(String flowNodeInstanceKey)
    • processInstanceKey

      public FlowNodeInstanceFilter processInstanceKey(String processInstanceKey)
    • getProcessInstanceKey

      @Nullable public String getProcessInstanceKey()
      The process instance key.
      Returns:
      processInstanceKey
    • setProcessInstanceKey

      public void setProcessInstanceKey(String processInstanceKey)
    • processDefinitionKey

      public FlowNodeInstanceFilter processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      The process definition key.
      Returns:
      processDefinitionKey
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • incidentKey

      public FlowNodeInstanceFilter incidentKey(String incidentKey)
    • getIncidentKey

      @Nullable public String getIncidentKey()
      The key of incident if field incident is true
      Returns:
      incidentKey
    • setIncidentKey

      public void setIncidentKey(String incidentKey)
    • state

      public FlowNodeInstanceFilter state(String state)
    • getState

      @Nullable public String getState()
      The state, one of ACTIVE, COMPLETED, TERMINATED.
      Returns:
      state
    • setState

      public void setState(String state)
    • type

      public FlowNodeInstanceFilter type(String type)
    • getType

      @Nullable public String getType()
      The flow node type
      Returns:
      type
    • setType

      public void setType(String type)
    • flowNodeId

      public FlowNodeInstanceFilter flowNodeId(String flowNodeId)
    • getFlowNodeId

      @Nullable public String getFlowNodeId()
      The flow node id
      Returns:
      flowNodeId
    • setFlowNodeId

      public void setFlowNodeId(String flowNodeId)
    • flowNodeName

      public FlowNodeInstanceFilter flowNodeName(String flowNodeName)
    • getFlowNodeName

      @Nullable public String getFlowNodeName()
      The flow node name
      Returns:
      flowNodeName
    • setFlowNodeName

      public void setFlowNodeName(String flowNodeName)
    • treePath

      public FlowNodeInstanceFilter treePath(String treePath)
    • getTreePath

      @Nullable public String getTreePath()
      The path of keys from process instance to this flow node instance separated by '/'
      Returns:
      treePath
    • setTreePath

      public void setTreePath(String treePath)
    • incident

      public FlowNodeInstanceFilter incident(Boolean incident)
    • getIncident

      @Nullable public Boolean getIncident()
      Shows whether this flow node instance has an incident related to
      Returns:
      incident
    • setIncident

      public void setIncident(Boolean incident)
    • tenantId

      public FlowNodeInstanceFilter tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The tenant id
      Returns:
      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