Class OnmsSeverity

Represents an OpenNMS severity.

Hierarchy

  • OnmsEnum<number>
    • OnmsSeverity

Implements

Constructors

Accessors

Methods

  • convert this enum to a string suitable for display

    Returns string

  • convert to the JSON representation

    Returns {
        id: number;
        label: string;
    }

    • id: number
    • label: string