Class ShelveStatus.Shelved$

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

    public static class ShelveStatus.Shelved$
    extends ShelveStatus
    implements scala.Product, java.io.Serializable
    Represents the shelved status of an alarm. Once alarm is shelved no response would be needed in terms of acknowledgement, reset, etc.

    See Also:
    Serialized Form
    • Field Detail

      • MODULE$

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

      • Shelved$

        public Shelved$()