Class IncidentDto
java.lang.Object
org.camunda.community.rest.client.dto.IncidentDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class IncidentDto
extends Object
IncidentDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_configuration(String _configuration) activityId(String activityId) annotation(String annotation) causeIncidentId(String causeIncidentId) booleanexecutionId(String executionId) failedActivityId(String failedActivityId) The id of the activity this incident is associated with.org.openapitools.jackson.nullable.JsonNullable<String>The annotation set to the incident.org.openapitools.jackson.nullable.JsonNullable<String>The id of the associated cause incident which has been triggered.org.openapitools.jackson.nullable.JsonNullable<String>The payload of this incident.org.openapitools.jackson.nullable.JsonNullable<String>The id of the execution this incident is associated with.org.openapitools.jackson.nullable.JsonNullable<String>The id of the activity on which the last exception occurred.org.openapitools.jackson.nullable.JsonNullable<String>getId()The id of the incident.org.openapitools.jackson.nullable.JsonNullable<String>The message of this incident.org.openapitools.jackson.nullable.JsonNullable<String>The time this incident happened.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The type of incident, for example: `failedJobs` will be returned in case of an incident which identified a failed job during the execution of a process instance.org.openapitools.jackson.nullable.JsonNullable<String>The job definition id the incident is associated with.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process definition this incident is associated with.org.openapitools.jackson.nullable.JsonNullable<String>The id of the process instance this incident is associated with.org.openapitools.jackson.nullable.JsonNullable<String>The id of the associated root cause incident which has been triggered.org.openapitools.jackson.nullable.JsonNullable<String>The id of the tenant this incident is associated with.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()incidentMessage(String incidentMessage) incidentTimestamp(OffsetDateTime incidentTimestamp) incidentType(String incidentType) jobDefinitionId(String jobDefinitionId) processDefinitionId(String processDefinitionId) processInstanceId(String processInstanceId) rootCauseIncidentId(String rootCauseIncidentId) voidsetActivityId(String activityId) voidsetActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId) voidsetAnnotation(String annotation) voidsetAnnotation_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> annotation) voidsetCauseIncidentId(String causeIncidentId) voidsetCauseIncidentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> causeIncidentId) voidsetConfiguration(String _configuration) voidsetConfiguration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> _configuration) voidsetExecutionId(String executionId) voidsetExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) voidsetFailedActivityId(String failedActivityId) voidsetFailedActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failedActivityId) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetIncidentMessage(String incidentMessage) voidsetIncidentMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentMessage) voidsetIncidentTimestamp(OffsetDateTime incidentTimestamp) voidsetIncidentTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> incidentTimestamp) voidsetIncidentType(String incidentType) voidsetIncidentType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentType) voidsetJobDefinitionId(String jobDefinitionId) voidsetJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobDefinitionId) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) voidsetProcessInstanceId(String processInstanceId) voidsetProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) voidsetRootCauseIncidentId(String rootCauseIncidentId) voidsetRootCauseIncidentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootCauseIncidentId) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_EXECUTION_ID
- See Also:
-
JSON_PROPERTY_INCIDENT_TIMESTAMP
- See Also:
-
JSON_PROPERTY_INCIDENT_TYPE
- See Also:
-
JSON_PROPERTY_ACTIVITY_ID
- See Also:
-
JSON_PROPERTY_FAILED_ACTIVITY_ID
- See Also:
-
JSON_PROPERTY_CAUSE_INCIDENT_ID
- See Also:
-
JSON_PROPERTY_ROOT_CAUSE_INCIDENT_ID
- See Also:
-
JSON_PROPERTY_CONFIGURATION
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_INCIDENT_MESSAGE
- See Also:
-
JSON_PROPERTY_JOB_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_ANNOTATION
- See Also:
-
-
Constructor Details
-
IncidentDto
public IncidentDto()
-
-
Method Details
-
id
-
getId
The id of the incident.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
processDefinitionId
-
getProcessDefinitionId
The id of the process definition this incident is associated with.- Returns:
- processDefinitionId
-
getProcessDefinitionId_JsonNullable
-
setProcessDefinitionId_JsonNullable
public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId) -
setProcessDefinitionId
-
processInstanceId
-
getProcessInstanceId
The id of the process instance this incident is associated with.- Returns:
- processInstanceId
-
getProcessInstanceId_JsonNullable
-
setProcessInstanceId_JsonNullable
public void setProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processInstanceId) -
setProcessInstanceId
-
executionId
-
getExecutionId
The id of the execution this incident is associated with.- Returns:
- executionId
-
getExecutionId_JsonNullable
-
setExecutionId_JsonNullable
public void setExecutionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> executionId) -
setExecutionId
-
incidentTimestamp
-
getIncidentTimestamp
The time this incident happened. By [default](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/), the date must have the format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`, e.g., `2013-01-23T14:42:45.000+0200`.- Returns:
- incidentTimestamp
-
getIncidentTimestamp_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getIncidentTimestamp_JsonNullable() -
setIncidentTimestamp_JsonNullable
public void setIncidentTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> incidentTimestamp) -
setIncidentTimestamp
-
incidentType
-
getIncidentType
The type of incident, for example: `failedJobs` will be returned in case of an incident which identified a failed job during the execution of a process instance. See the [User Guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/incidents/#incident-types) for a list of incident types.- Returns:
- incidentType
-
getIncidentType_JsonNullable
-
setIncidentType_JsonNullable
public void setIncidentType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentType) -
setIncidentType
-
activityId
-
getActivityId
The id of the activity this incident is associated with.- Returns:
- activityId
-
getActivityId_JsonNullable
-
setActivityId_JsonNullable
public void setActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> activityId) -
setActivityId
-
failedActivityId
-
getFailedActivityId
The id of the activity on which the last exception occurred.- Returns:
- failedActivityId
-
getFailedActivityId_JsonNullable
-
setFailedActivityId_JsonNullable
public void setFailedActivityId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failedActivityId) -
setFailedActivityId
-
causeIncidentId
-
getCauseIncidentId
The id of the associated cause incident which has been triggered.- Returns:
- causeIncidentId
-
getCauseIncidentId_JsonNullable
-
setCauseIncidentId_JsonNullable
public void setCauseIncidentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> causeIncidentId) -
setCauseIncidentId
-
rootCauseIncidentId
-
getRootCauseIncidentId
The id of the associated root cause incident which has been triggered.- Returns:
- rootCauseIncidentId
-
getRootCauseIncidentId_JsonNullable
-
setRootCauseIncidentId_JsonNullable
public void setRootCauseIncidentId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootCauseIncidentId) -
setRootCauseIncidentId
-
_configuration
-
getConfiguration
The payload of this incident.- Returns:
- _configuration
-
getConfiguration_JsonNullable
-
setConfiguration_JsonNullable
public void setConfiguration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> _configuration) -
setConfiguration
-
tenantId
-
getTenantId
The id of the tenant this incident is associated with.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
incidentMessage
-
getIncidentMessage
The message of this incident.- Returns:
- incidentMessage
-
getIncidentMessage_JsonNullable
-
setIncidentMessage_JsonNullable
public void setIncidentMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> incidentMessage) -
setIncidentMessage
-
jobDefinitionId
-
getJobDefinitionId
The job definition id the incident is associated with.- Returns:
- jobDefinitionId
-
getJobDefinitionId_JsonNullable
-
setJobDefinitionId_JsonNullable
public void setJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> jobDefinitionId) -
setJobDefinitionId
-
annotation
-
getAnnotation
The annotation set to the incident.- Returns:
- annotation
-
getAnnotation_JsonNullable
-
setAnnotation_JsonNullable
public void setAnnotation_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> annotation) -
setAnnotation
-
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
-