Class FlowNodeInstanceFilterRequestBase
java.lang.Object
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceFilterRequestBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class FlowNodeInstanceFilterRequestBase
extends Object
Base properties for FlowNodeInstanceFilterRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeId(String flowNodeId) flowNodeName(String flowNodeName) The flow node idThe flow node nameShows whether this flow node instance has an incident related togetState()The state, one of ACTIVE, COMPLETED, TERMINATED.The tenant idThe path of keys from process instance to this flow node instance separated by '/'getType()The flow node typeinthashCode()voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeName(String flowNodeName) voidsetIncident(Boolean incident) voidvoidsetTenantId(String tenantId) voidsetTreePath(String treePath) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_FLOW_NODE_ID
- See Also:
-
JSON_PROPERTY_FLOW_NODE_NAME
- See Also:
-
JSON_PROPERTY_TREE_PATH
- See Also:
-
JSON_PROPERTY_INCIDENT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
FlowNodeInstanceFilterRequestBase
public FlowNodeInstanceFilterRequestBase()
-
-
Method Details
-
state
-
getState
The state, one of ACTIVE, COMPLETED, TERMINATED.- Returns:
- state
-
setState
-
type
-
getType
The flow node type- Returns:
- type
-
setType
-
flowNodeId
-
getFlowNodeId
The flow node id- Returns:
- flowNodeId
-
setFlowNodeId
-
flowNodeName
-
getFlowNodeName
The flow node name- Returns:
- flowNodeName
-
setFlowNodeName
-
treePath
-
getTreePath
The path of keys from process instance to this flow node instance separated by '/'- Returns:
- treePath
-
setTreePath
-
incident
-
getIncident
Shows whether this flow node instance has an incident related to- Returns:
- incident
-
setIncident
-
tenantId
-
getTenantId
The tenant id- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-