Package io.camunda.client.protocol.rest
Class FlowNodeInstanceResult
java.lang.Object
io.camunda.client.protocol.rest.FlowNodeInstanceResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class FlowNodeInstanceResult
extends Object
FlowNodeInstanceResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of flow node instance as defined set of values.static enumType of flow node as defined set of values. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeId(String flowNodeId) flowNodeInstanceKey(String flowNodeInstanceKey) flowNodeName(String flowNodeName) Date when flow node instance finished.The flow node ID for this flow node instance.The assigned key, which acts as a unique identifier for this flow node instance.The flow node name for this flow node instance.Shows whether this flow node instance has an incident.Incident key associated with this flow node instance.The process definition ID associated to this flow node instance.The process definition key associated to this flow node instance.The process instance key associated to this flow node instance.Date when flow node instance started.getState()State of flow node instance as defined set of values.The tenant ID of the incident.getType()Type of flow node as defined set of values.inthashCode()hasIncident(Boolean hasIncident) incidentKey(String incidentKey) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) voidsetEndDate(String endDate) voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeInstanceKey(String flowNodeInstanceKey) voidsetFlowNodeName(String flowNodeName) voidsetHasIncident(Boolean hasIncident) voidsetIncidentKey(String incidentKey) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetStartDate(String startDate) voidvoidsetTenantId(String tenantId) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
JSON_PROPERTY_FLOW_NODE_ID
- See Also:
-
JSON_PROPERTY_FLOW_NODE_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_HAS_INCIDENT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_FLOW_NODE_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_INCIDENT_KEY
- See Also:
-
-
Constructor Details
-
FlowNodeInstanceResult
public FlowNodeInstanceResult()
-
-
Method Details
-
processDefinitionId
-
getProcessDefinitionId
The process definition ID associated to this flow node instance.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
startDate
-
getStartDate
Date when flow node instance started.- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
Date when flow node instance finished.- Returns:
- endDate
-
setEndDate
-
flowNodeId
-
getFlowNodeId
The flow node ID for this flow node instance.- Returns:
- flowNodeId
-
setFlowNodeId
-
flowNodeName
-
getFlowNodeName
The flow node name for this flow node instance.- Returns:
- flowNodeName
-
setFlowNodeName
-
type
-
getType
Type of flow node as defined set of values.- Returns:
- type
-
setType
-
state
-
getState
State of flow node instance as defined set of values.- Returns:
- state
-
setState
-
hasIncident
-
getHasIncident
Shows whether this flow node instance has an incident. If true also an incidentKey is provided.- Returns:
- hasIncident
-
setHasIncident
-
tenantId
-
getTenantId
The tenant ID of the incident.- Returns:
- tenantId
-
setTenantId
-
flowNodeInstanceKey
-
getFlowNodeInstanceKey
The assigned key, which acts as a unique identifier for this flow node instance.- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key associated to this flow node instance.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
processDefinitionKey
-
getProcessDefinitionKey
The process definition key associated to this flow node instance.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
incidentKey
-
getIncidentKey
Incident key associated with this flow node instance.- Returns:
- incidentKey
-
setIncidentKey
-
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
-