org.camunda.bpm.engine.rest.dto
Class CreateIncidentDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.CreateIncidentDto

public class CreateIncidentDto
extends Object


Constructor Summary
CreateIncidentDto()
           
 
Method Summary
 String getConfiguration()
           
 String getIncidentType()
           
 String getMessage()
           
 void setConfiguration(String configuration)
           
 void setIncidentType(String incidentType)
           
 void setMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateIncidentDto

public CreateIncidentDto()
Method Detail

getIncidentType

public String getIncidentType()

setIncidentType

public void setIncidentType(String incidentType)

getConfiguration

public String getConfiguration()

setConfiguration

public void setConfiguration(String configuration)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)


Copyright © 2017 camunda services GmbH. All rights reserved.