public interface NotificationNodeContainer
Modifier and Type | Method and Description |
---|---|
default Optional<NotificationDefinition> |
findNotification(QName qname)
Find a notification based on its QName.
|
@NonNull Set<NotificationDefinition> |
getNotifications()
Return the set of notifications in this container, keyed by QName.
|
@NonNull Set<NotificationDefinition> getNotifications()
AugmentationSchemaNode
s, GroupingDefinition
s, ListSchemaNode
s and
ContainerSchemaNode
s can also contain NotificationDefinition
s.default Optional<NotificationDefinition> findNotification(QName qname)
getNotifications()
.qname
- Notification QNameNullPointerException
- if qname is nullCopyright © 2020 OpenDaylight. All rights reserved.