AcknowledgementStatus

csw.alarm.models.AcknowledgementStatus
See theAcknowledgementStatus companion object
sealed abstract class AcknowledgementStatus extends EnumEntry, Lowercase

Represents whether the alarm is acknowledged or not. Whenever the severity of an alarm changes (other than Okay), alarm service changes the status to Unacknowledged. Operator is then required to acknowledge the alarm.

Attributes

Note

By default all the alarms are loaded in alarm store with Acknowledged status

Companion
object
Graph
Supertypes
trait Lowercase
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • Lowercase

Value members

Concrete methods

def name: String

The name of AcknowledgementStatus e.g. for Acknowledged status, the name will be represented as acknowledged

The name of AcknowledgementStatus e.g. for Acknowledged status, the name will be represented as acknowledged

Attributes

Inherited methods

override def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Definition Classes
Inherited from:
Lowercase