Class FlowNodeInstanceResult
java.lang.Object
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class FlowNodeInstanceResult
extends Object
FlowNodeInstanceResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeId(String flowNodeId) flowNodeInstanceKey(String flowNodeInstanceKey) flowNodeName(String flowNodeName) Get endDateGet flowNodeIdGet flowNodeInstanceKeyGet flowNodeNameGet incidentGet incidentKeyGet processDefinitionKeyGet processInstanceKeyGet startDategetState()Get stateGet tenantIdGet treePathgetType()Get typeinthashCode()incidentKey(String incidentKey) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) voidsetEndDate(String endDate) voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeInstanceKey(String flowNodeInstanceKey) voidsetFlowNodeName(String flowNodeName) voidsetIncident(Boolean incident) voidsetIncidentKey(String incidentKey) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetStartDate(String startDate) 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_INCIDENT_KEY
- 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_TREE_PATH
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_INCIDENT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
FlowNodeInstanceResult
public FlowNodeInstanceResult()
-
-
Method Details
-
flowNodeInstanceKey
-
getFlowNodeInstanceKey
Get flowNodeInstanceKey- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
Get processInstanceKey- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
processDefinitionKey
-
getProcessDefinitionKey
Get processDefinitionKey- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
incidentKey
-
getIncidentKey
Get incidentKey- Returns:
- incidentKey
-
setIncidentKey
-
startDate
-
getStartDate
Get startDate- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
Get endDate- Returns:
- endDate
-
setEndDate
-
flowNodeId
-
getFlowNodeId
Get flowNodeId- Returns:
- flowNodeId
-
setFlowNodeId
-
flowNodeName
-
getFlowNodeName
Get flowNodeName- Returns:
- flowNodeName
-
setFlowNodeName
-
treePath
-
getTreePath
Get treePath- Returns:
- treePath
-
setTreePath
-
type
-
getType
Get type- Returns:
- type
-
setType
-
state
-
getState
Get state- Returns:
- state
-
setState
-
incident
-
getIncident
Get incident- Returns:
- incident
-
setIncident
-
tenantId
-
getTenantId
Get tenantId- 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
-