Class IncidentItem
java.lang.Object
io.camunda.zeebe.client.protocol.rest.IncidentItem
@Deprecated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class IncidentItem
extends Object
Deprecated.
IncidentItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.Incident error type with a defined set of values.static enumDeprecated.State of this incident with a defined set of values. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationTime(String creationTime) Deprecated.booleanDeprecated.errorMessage(String errorMessage) Deprecated.errorType(IncidentItem.ErrorTypeEnum errorType) Deprecated.flowNodeId(String flowNodeId) Deprecated.flowNodeInstanceKey(Long flowNodeInstanceKey) Deprecated.Deprecated.Date of incident creation.Deprecated.Error message which describes the error in more detail.Deprecated.Incident error type with a defined set of values.Deprecated.The flow node id associated to this incident.Deprecated.The flow node instance key associated to this incident.Deprecated.The job key, if exists, associated with this incident.getKey()Deprecated.The assigned key, which acts as a unique identifier for this incident.Deprecated.The bpmn process id associated to this incident.Deprecated.The process definition key associated to this incident.Deprecated.The process instance key associated to this incident.getState()Deprecated.State of this incident with a defined set of values.Deprecated.The tenant id of the incident.Deprecated.The path from process instance via flow node ids and flow node instance keys leading to this incident.inthashCode()Deprecated.Deprecated.Deprecated.processDefinitionId(String processDefinitionId) Deprecated.processDefinitionKey(Long processDefinitionKey) Deprecated.processInstanceKey(Long processInstanceKey) Deprecated.voidsetCreationTime(String creationTime) Deprecated.voidsetErrorMessage(String errorMessage) Deprecated.voidsetErrorType(IncidentItem.ErrorTypeEnum errorType) Deprecated.voidsetFlowNodeId(String flowNodeId) Deprecated.voidsetFlowNodeInstanceKey(Long flowNodeInstanceKey) Deprecated.voidDeprecated.voidDeprecated.voidsetProcessDefinitionId(String processDefinitionId) Deprecated.voidsetProcessDefinitionKey(Long processDefinitionKey) Deprecated.voidsetProcessInstanceKey(Long processInstanceKey) Deprecated.voidsetState(IncidentItem.StateEnum state) Deprecated.voidsetTenantId(String tenantId) Deprecated.voidsetTreePath(String treePath) Deprecated.state(IncidentItem.StateEnum state) Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_FLOW_NODE_INSTANCE_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_JOB_KEY
Deprecated.- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
Deprecated.- See Also:
-
JSON_PROPERTY_ERROR_TYPE
Deprecated.- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
Deprecated.- See Also:
-
JSON_PROPERTY_FLOW_NODE_ID
Deprecated.- See Also:
-
JSON_PROPERTY_CREATION_TIME
Deprecated.- See Also:
-
JSON_PROPERTY_STATE
Deprecated.- See Also:
-
JSON_PROPERTY_TREE_PATH
Deprecated.- See Also:
-
JSON_PROPERTY_TENANT_ID
Deprecated.- See Also:
-
-
Constructor Details
-
IncidentItem
public IncidentItem()Deprecated.
-
-
Method Details
-
key
Deprecated. -
getKey
Deprecated.The assigned key, which acts as a unique identifier for this incident.- Returns:
- key
-
setKey
Deprecated. -
processDefinitionKey
Deprecated. -
getProcessDefinitionKey
Deprecated.The process definition key associated to this incident.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
Deprecated. -
processInstanceKey
Deprecated. -
getProcessInstanceKey
Deprecated.The process instance key associated to this incident.- Returns:
- processInstanceKey
-
setProcessInstanceKey
Deprecated. -
flowNodeInstanceKey
Deprecated. -
getFlowNodeInstanceKey
Deprecated.The flow node instance key associated to this incident.- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
Deprecated. -
jobKey
Deprecated. -
getJobKey
Deprecated.The job key, if exists, associated with this incident.- Returns:
- jobKey
-
setJobKey
Deprecated. -
processDefinitionId
Deprecated. -
getProcessDefinitionId
Deprecated.The bpmn process id associated to this incident.- Returns:
- processDefinitionId
-
setProcessDefinitionId
Deprecated. -
errorType
Deprecated. -
getErrorType
Deprecated.Incident error type with a defined set of values.- Returns:
- errorType
-
setErrorType
Deprecated. -
errorMessage
Deprecated. -
getErrorMessage
Deprecated.Error message which describes the error in more detail.- Returns:
- errorMessage
-
setErrorMessage
Deprecated. -
flowNodeId
Deprecated. -
getFlowNodeId
Deprecated.The flow node id associated to this incident.- Returns:
- flowNodeId
-
setFlowNodeId
Deprecated. -
creationTime
Deprecated. -
getCreationTime
Deprecated.Date of incident creation.- Returns:
- creationTime
-
setCreationTime
Deprecated. -
state
Deprecated. -
getState
Deprecated.State of this incident with a defined set of values.- Returns:
- state
-
setState
Deprecated. -
treePath
Deprecated. -
getTreePath
Deprecated.The path from process instance via flow node ids and flow node instance keys leading to this incident.- Returns:
- treePath
-
setTreePath
Deprecated. -
tenantId
Deprecated. -
getTenantId
Deprecated.The tenant id of the incident.- Returns:
- tenantId
-
setTenantId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated. -
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-