Package org.camunda.bpm.engine.rest.dto
Class CreateIncidentDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.CreateIncidentDto
-
public class CreateIncidentDto extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CreateIncidentDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConfiguration()
java.lang.String
getIncidentType()
java.lang.String
getMessage()
void
setConfiguration(java.lang.String configuration)
void
setIncidentType(java.lang.String incidentType)
void
setMessage(java.lang.String message)
-
-
-
Method Detail
-
getIncidentType
public java.lang.String getIncidentType()
-
setIncidentType
public void setIncidentType(java.lang.String incidentType)
-
getConfiguration
public java.lang.String getConfiguration()
-
setConfiguration
public void setConfiguration(java.lang.String configuration)
-
getMessage
public java.lang.String getMessage()
-
setMessage
public void setMessage(java.lang.String message)
-
-