Package io.camunda.client.protocol.rest
Class IncidentResult
java.lang.Object
io.camunda.client.protocol.rest.IncidentResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class IncidentResult
extends Object
IncidentResult
-
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) elementInstanceKey(String elementInstanceKey) booleanerrorMessage(String errorMessage) errorType(IncidentResult.ErrorTypeEnum errorType) Date of incident creation.The element ID associated to this incident.The element instance key associated to this incident.Error message which describes the error in more detail.Incident error type with a defined set of values.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.getState()State of this incident with a defined set of values.The tenant ID of the incident.inthashCode()incidentKey(String incidentKey) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) voidsetCreationTime(String creationTime) voidsetElementId(String elementId) voidsetElementInstanceKey(String elementInstanceKey) voidsetErrorMessage(String errorMessage) voidsetErrorType(IncidentResult.ErrorTypeEnum errorType) voidsetIncidentKey(String incidentKey) voidvoidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetState(IncidentResult.StateEnum state) voidsetTenantId(String tenantId) state(IncidentResult.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_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_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
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
-
elementId
-
getElementId
The element ID associated to this incident.- Returns:
- elementId
-
setElementId
-
creationTime
-
getCreationTime
Date of incident creation.- Returns:
- creationTime
-
setCreationTime
-
state
-
getState
State of this incident with a defined set of values.- 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
-
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
-
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
-