Class CreateIncidentDto


  • public class CreateIncidentDto
    extends Object
    CreateIncidentDto
    • Constructor Detail

      • CreateIncidentDto

        public CreateIncidentDto()
    • Method Detail

      • getIncidentType

        public String getIncidentType()
        A type of the new incident.
        Returns:
        incidentType
      • setIncidentType

        public void setIncidentType​(String incidentType)
      • getConfiguration

        public String getConfiguration()
        A configuration for the new incident.
        Returns:
        _configuration
      • setConfiguration

        public void setConfiguration​(String _configuration)
      • getMessage

        public String getMessage()
        A message for the new incident.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object