Class FlowNodeInstanceFilterRequest

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-10-28T16:53:53.401346729Z[GMT]", comments="Generator version: 7.8.0") public class FlowNodeInstanceFilterRequest extends Object
FlowNodeInstanceFilterRequest
  • Field Details

  • Constructor Details

    • FlowNodeInstanceFilterRequest

      public FlowNodeInstanceFilterRequest()
  • Method Details

    • flowNodeInstanceKey

      public FlowNodeInstanceFilterRequest flowNodeInstanceKey(Long flowNodeInstanceKey)
    • getFlowNodeInstanceKey

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

      public void setFlowNodeInstanceKey(Long flowNodeInstanceKey)
    • processInstanceKey

      public FlowNodeInstanceFilterRequest processInstanceKey(Long processInstanceKey)
    • getProcessInstanceKey

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

      public void setProcessInstanceKey(Long processInstanceKey)
    • processDefinitionKey

      public FlowNodeInstanceFilterRequest processDefinitionKey(Long processDefinitionKey)
    • getProcessDefinitionKey

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

      public void setProcessDefinitionKey(Long processDefinitionKey)
    • state

      public FlowNodeInstanceFilterRequest state(String state)
    • getState

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

      public void setState(String state)
    • type

    • getType

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

      public void setType(String type)
    • flowNodeId

      public FlowNodeInstanceFilterRequest flowNodeId(String flowNodeId)
    • getFlowNodeId

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

      public void setFlowNodeId(String flowNodeId)
    • flowNodeName

      public FlowNodeInstanceFilterRequest flowNodeName(String flowNodeName)
    • getFlowNodeName

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

      public void setFlowNodeName(String flowNodeName)
    • treePath

      public FlowNodeInstanceFilterRequest 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 FlowNodeInstanceFilterRequest 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)
    • incidentKey

      public FlowNodeInstanceFilterRequest incidentKey(Long incidentKey)
    • getIncidentKey

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

      public void setIncidentKey(Long incidentKey)
    • tenantId

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