Class IncidentItem
java.lang.Object
io.camunda.zeebe.client.protocol.rest.IncidentItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-28T16:53:53.401346729Z[GMT]",
comments="Generator version: 7.8.0")
public class IncidentItem
extends Object
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(IncidentItem.ErrorTypeEnum errorType) flowNodeId(String flowNodeId) flowNodeInstanceKey(Long flowNodeInstanceKey) 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 flow node instance key associated to this incident.The job key, if exists, associated with this incident.getKey()The assigned key, which acts as a unique identifier for this incident.The bpmn process id associated to this incident.The process definition key associated to this incident.The process instance key 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) processDefinitionKey(Long processDefinitionKey) processInstanceKey(Long processInstanceKey) voidsetCreationTime(String creationTime) voidsetErrorMessage(String errorMessage) voidsetErrorType(IncidentItem.ErrorTypeEnum errorType) voidsetFlowNodeId(String flowNodeId) voidsetFlowNodeInstanceKey(Long flowNodeInstanceKey) voidvoidvoidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(Long processDefinitionKey) voidsetProcessInstanceKey(Long processInstanceKey) voidsetState(IncidentItem.StateEnum state) voidsetTenantId(String tenantId) voidsetTreePath(String treePath) state(IncidentItem.StateEnum state) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ERROR_TYPE
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_FLOW_NODE_ID
- See Also:
-
JSON_PROPERTY_FLOW_NODE_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_CREATION_TIME
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_JOB_KEY
- See Also:
-
JSON_PROPERTY_TREE_PATH
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
IncidentItem
public IncidentItem()
-
-
Method Details
-
key
-
getKey
The assigned key, which acts as a unique identifier for this incident.- Returns:
- key
-
setKey
-
processDefinitionKey
-
getProcessDefinitionKey
The process definition key associated to this incident.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processDefinitionId
-
getProcessDefinitionId
The bpmn process id associated to this incident.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
processInstanceKey
-
getProcessInstanceKey
The process instance key associated to this incident.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
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
-
flowNodeInstanceKey
-
getFlowNodeInstanceKey
The flow node instance key associated to this incident.- Returns:
- flowNodeInstanceKey
-
setFlowNodeInstanceKey
-
creationTime
-
getCreationTime
Date of incident creation.- Returns:
- creationTime
-
setCreationTime
-
state
-
getState
State of this incident with a defined set of values.- Returns:
- state
-
setState
-
jobKey
-
getJobKey
The job key, if exists, associated with this incident.- Returns:
- jobKey
-
setJobKey
-
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
-