Class SetAnnotationForIncidentCmd

  • All Implemented Interfaces:
    Command<java.lang.Void>

    public class SetAnnotationForIncidentCmd
    extends java.lang.Object
    implements Command<java.lang.Void>
    • Field Detail

      • incidentId

        protected java.lang.String incidentId
      • annotation

        protected java.lang.String annotation
    • Constructor Detail

      • SetAnnotationForIncidentCmd

        public SetAnnotationForIncidentCmd​(java.lang.String incidentId,
                                           java.lang.String annotation)