Class AlarmSeverity.Warning$

  • All Implemented Interfaces:
    enumeratum.EnumEntry, enumeratum.EnumEntry.Lowercase, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    AlarmSeverity

    public static class AlarmSeverity.Warning$
    extends AlarmSeverity
    implements scala.Product, java.io.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:
    Serialized Form
    • Field Detail

      • MODULE$

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

      • Warning$

        public Warning$()