Class FlowNodeInstanceItemBase
java.lang.Object
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceItemBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class FlowNodeInstanceItemBase
extends Object
Base properties for FlowNodeInstanceItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowNodeId(String flowNodeId) flowNodeName(String flowNodeName) Get endDateGet flowNodeIdGet flowNodeNameGet incidentGet startDategetState()Get stateGet tenantIdGet treePathgetType()Get typeinthashCode()voidsetEndDate(String endDate) voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeName(String flowNodeName) voidsetIncident(Boolean incident) 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_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
-
FlowNodeInstanceItemBase
public FlowNodeInstanceItemBase()
-
-
Method Details
-
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
-