Package org.camunda.bpm.engine.rest.dto
Class CreateIncidentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.CreateIncidentDto
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetConfiguration(String configuration) voidsetIncidentType(String incidentType) voidsetMessage(String message) 
- 
Constructor Details- 
CreateIncidentDtopublic CreateIncidentDto()
 
- 
- 
Method Details- 
getIncidentType
- 
setIncidentType
- 
getConfiguration
- 
setConfiguration
- 
getMessage
- 
setMessage
 
-