Class FlowNodeInstanceItem
java.lang.Object
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-28T16:53:53.401346729Z[GMT]",
comments="Generator version: 7.8.0")
public class FlowNodeInstanceItem
extends Object
FlowNodeInstanceItem
-
Field Summary
Fields -
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()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_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_INCIDENT_KEY
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
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
-
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
-