Class AlarmSeverity.Warning$

All Implemented Interfaces:
enumeratum.EnumEntry, Serializable, scala.Equals, scala.Product
Enclosing class:
AlarmSeverity

public static class AlarmSeverity.Warning$ extends AlarmSeverity implements scala.Product, Serializable
Represents the warning state of an alarm for e.g. the alarm is raised during the observation night and it is expected that day staff responds to it the following morning. It can be safely assumed that operation and performance of the observation is not impacted by alarm raised with Warning severity.
See Also:
  • Field Details

    • MODULE$

      public static final AlarmSeverity.Warning$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Warning$

      public Warning$()