Package io.camunda.client.protocol.rest
Class IncidentResult
java.lang.Object
io.camunda.client.protocol.rest.IncidentResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class IncidentResult
extends Object
IncidentResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationTime(String creationTime) elementInstanceKey(String elementInstanceKey) booleanerrorMessage(String errorMessage) errorType(IncidentErrorTypeEnum errorType) The creation time of the incident.The element ID associated to this incident.The element instance key associated to this incident.Error message which describes the error in more detail.The type of the incident error.The assigned key, which acts as a unique identifier for this incident.The job key, if exists, associated with this incident.The process definition ID associated to this incident.The process definition key associated to this incident.The process instance key associated to this incident.The key of the root process instance.getState()The incident state.The tenant ID of the incident.inthashCode()incidentKey(String incidentKey) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) rootProcessInstanceKey(String rootProcessInstanceKey) voidsetCreationTime(String creationTime) voidsetElementId(String elementId) voidsetElementInstanceKey(String elementInstanceKey) voidsetErrorMessage(String errorMessage) voidsetErrorType(IncidentErrorTypeEnum errorType) voidsetIncidentKey(String incidentKey) voidvoidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetRootProcessInstanceKey(String rootProcessInstanceKey) voidsetState(IncidentStateEnum state) voidsetTenantId(String tenantId) state(IncidentStateEnum state) toString()
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_ERROR_TYPE
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_CREATION_TIME
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_INCIDENT_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_JOB_KEY
- See Also:
-
-
Constructor Details
-
IncidentResult
public IncidentResult()
-
-
Method Details
-
processDefinitionId
-
getProcessDefinitionId
The process definition ID associated to this incident.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
errorType
-
getErrorType
The type of the incident error.- Returns:
- errorType
-
setErrorType
-
errorMessage
-
getErrorMessage
Error message which describes the error in more detail.- Returns:
- errorMessage
-
setErrorMessage
-
elementId
-
getElementId
The element ID associated to this incident.- Returns:
- elementId
-
setElementId
-
creationTime
-
getCreationTime
The creation time of the incident.- Returns:
- creationTime
-
setCreationTime
-
state
-
getState
The incident state.- Returns:
- state
-
setState
-
tenantId
-
getTenantId
The tenant ID of the incident.- Returns:
- tenantId
-
setTenantId
-
incidentKey
-
getIncidentKey
The assigned key, which acts as a unique identifier for this incident.- Returns:
- incidentKey
-
setIncidentKey
-
processDefinitionKey
-
getProcessDefinitionKey
The process definition key associated to this incident.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key associated to this incident.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
rootProcessInstanceKey
-
getRootProcessInstanceKey
The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.- Returns:
- rootProcessInstanceKey
-
setRootProcessInstanceKey
-
elementInstanceKey
-
getElementInstanceKey
The element instance key associated to this incident.- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
jobKey
-
getJobKey
The job key, if exists, associated with this incident.- Returns:
- jobKey
-
setJobKey
-
equals
-
hashCode
public int hashCode() -
toString
-