Class IncidentItemBase
java.lang.Object
io.camunda.zeebe.client.protocol.rest.IncidentItemBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class IncidentItemBase
extends Object
Base properties for IncidentItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIncident error type with a defined set of values.static enumState of this incident with a defined set of values. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationTime(String creationTime) booleanerrorMessage(String errorMessage) errorType(IncidentItemBase.ErrorTypeEnum errorType) flowNodeId(String flowNodeId) Date of incident creation.Error message which describes the error in more detail.Incident error type with a defined set of values.The flow node id associated to this incident.The bpmn process id associated to this incident.getState()State of this incident with a defined set of values.The tenant id of the incident.The path from process instance via flow node ids and flow node instance keys leading to this incident.inthashCode()processDefinitionId(String processDefinitionId) voidsetCreationTime(String creationTime) voidsetErrorMessage(String errorMessage) voidsetErrorType(IncidentItemBase.ErrorTypeEnum errorType) voidsetFlowNodeId(String flowNodeId) voidsetProcessDefinitionId(String processDefinitionId) voidvoidsetTenantId(String tenantId) voidsetTreePath(String treePath) state(IncidentItemBase.StateEnum state) toString()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_ERROR_TYPE
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_FLOW_NODE_ID
- See Also:
-
JSON_PROPERTY_CREATION_TIME
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_TREE_PATH
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
IncidentItemBase
public IncidentItemBase()
-
-
Method Details
-
processDefinitionId
-
getProcessDefinitionId
The bpmn process id associated to this incident.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
errorType
-
getErrorType
Incident error type with a defined set of values.- Returns:
- errorType
-
setErrorType
-
errorMessage
-
getErrorMessage
Error message which describes the error in more detail.- Returns:
- errorMessage
-
setErrorMessage
-
flowNodeId
-
getFlowNodeId
The flow node id associated to this incident.- Returns:
- flowNodeId
-
setFlowNodeId
-
creationTime
-
getCreationTime
Date of incident creation.- Returns:
- creationTime
-
setCreationTime
-
state
-
getState
State of this incident with a defined set of values.- Returns:
- state
-
setState
-
treePath
-
getTreePath
The path from process instance via flow node ids and flow node instance keys leading to this incident.- Returns:
- treePath
-
setTreePath
-
tenantId
-
getTenantId
The tenant id of the incident.- 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
-