Class AlarmExtensions

    • Constructor Detail

      • AlarmExtensions

        public AlarmExtensions​(int nodeID,
                               String namespace)

        Create a new alarm extension descriptor.

        Parameters:
        nodeID - the node ID of the node that raised this alarm.
        namespace - the namespace that the notification source that raised this alarm resides in. May be null to represent the default namespace.
    • Method Detail

      • getNodeID

        public int getNodeID()

        Get the node ID of the node that raised this alarm.

        Returns:
        the node ID.
      • getNamespace

        public String getNamespace()

        Get the namespace that the notification source that raised this alarm resides in.

        Returns:
        the namespace, or null if the default namespace.