Class FlowNodeInstanceItem
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.FlowNodeInstanceItem
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class FlowNodeInstanceItem
extends Object
FlowNodeInstanceItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeId(String flowNodeId) flowNodeInstanceKey(Long flowNodeInstanceKey) flowNodeName(String flowNodeName) Get endDateGet flowNodeIdGet flowNodeInstanceKeyGet flowNodeNameGet incidentGet incidentKeyGet processDefinitionKeyGet processInstanceKeyGet startDategetState()Get stateGet tenantIdGet treePathgetType()Get typeinthashCode()incidentKey(Long incidentKey) processDefinitionKey(Long processDefinitionKey) processInstanceKey(Long processInstanceKey) voidsetEndDate(String endDate) voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeInstanceKey(Long flowNodeInstanceKey) voidsetFlowNodeName(String flowNodeName) voidsetIncident(Boolean incident) voidsetIncidentKey(Long incidentKey) voidsetProcessDefinitionKey(Long processDefinitionKey) voidsetProcessInstanceKey(Long processInstanceKey) voidsetStartDate(String startDate) voidvoidsetTenantId(String tenantId) voidsetTreePath(String treePath) voidtoString()
-
Constructor Details
-
FlowNodeInstanceItem
public FlowNodeInstanceItem()
-
-
Method Details
-
flowNodeInstanceKey
-
getFlowNodeInstanceKey
Get flowNodeInstanceKey- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
Get processInstanceKey- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
processDefinitionKey
-
getProcessDefinitionKey
Get processDefinitionKey- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
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
-
incidentKey
-
getIncidentKey
Get incidentKey- Returns:
- incidentKey
-
setIncidentKey
-
tenantId
-
getTenantId
Get tenantId- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
public int hashCode() -
toString
-