public class IncidentDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected String |
causeIncidentId |
protected String |
configuration |
protected String |
executionId |
protected String |
id |
protected String |
incidentMessage |
protected Date |
incidentTimestamp |
protected String |
incidentType |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
rootCauseIncidentId |
Constructor and Description |
---|
IncidentDto() |
Modifier and Type | Method and Description |
---|---|
static IncidentDto |
fromIncident(Incident incident) |
String |
getActivityId() |
String |
getCauseIncidentId() |
String |
getConfiguration() |
String |
getExecutionId() |
String |
getId() |
String |
getIncidentMessage() |
Date |
getIncidentTimestamp() |
String |
getIncidentType() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getRootCauseIncidentId() |
protected String id
protected String processDefinitionId
protected String processInstanceId
protected String executionId
protected Date incidentTimestamp
protected String incidentType
protected String activityId
protected String causeIncidentId
protected String rootCauseIncidentId
protected String configuration
protected String incidentMessage
public String getId()
public String getProcessDefinitionId()
public String getProcessInstanceId()
public String getExecutionId()
public Date getIncidentTimestamp()
public String getIncidentType()
public String getActivityId()
public String getCauseIncidentId()
public String getRootCauseIncidentId()
public String getConfiguration()
public String getIncidentMessage()
public static IncidentDto fromIncident(Incident incident)
Copyright © 2015. All rights reserved.