Class CreateIncidentCmd

  • All Implemented Interfaces:
    Command<Incident>

    public class CreateIncidentCmd
    extends java.lang.Object
    implements Command<Incident>
    Author:
    Anna Pazola
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String configuration  
      protected java.lang.String executionId  
      protected java.lang.String incidentType  
      protected java.lang.String message  
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateIncidentCmd​(java.lang.String incidentType, java.lang.String executionId, java.lang.String configuration, java.lang.String message)  
    • Field Detail

      • incidentType

        protected java.lang.String incidentType
      • executionId

        protected java.lang.String executionId
      • configuration

        protected java.lang.String configuration
      • message

        protected java.lang.String message
    • Constructor Detail

      • CreateIncidentCmd

        public CreateIncidentCmd​(java.lang.String incidentType,
                                 java.lang.String executionId,
                                 java.lang.String configuration,
                                 java.lang.String message)