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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeId(String flowNodeId) flowNodeInstanceKey(Long flowNodeInstanceKey) flowNodeName(String flowNodeName) The flow node idThe key of this flow node instance.The flow node nameShows whether this flow node instance has an incident related toThe key of incident if field incident is trueThe process definition key.The process instance key.getState()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()incidentKey(Long incidentKey) processDefinitionKey(Long processDefinitionKey) processInstanceKey(Long processInstanceKey) voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeInstanceKey(Long flowNodeInstanceKey) voidsetFlowNodeName(String flowNodeName) voidsetIncident(Boolean incident) voidsetIncidentKey(Long incidentKey) voidsetProcessDefinitionKey(Long processDefinitionKey) voidsetProcessInstanceKey(Long processInstanceKey) 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_FLOW_NODE_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
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_INCIDENT_KEY
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
FlowNodeInstanceFilterRequest
public FlowNodeInstanceFilterRequest()
-
-
Method Details
-
flowNodeInstanceKey
-
getFlowNodeInstanceKey
The key of this flow node instance.- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
processDefinitionKey
-
getProcessDefinitionKey
The process definition key.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
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
-
incidentKey
-
getIncidentKey
The key of incident if field incident is true- Returns:
- incidentKey
-
setIncidentKey
-
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
-