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