public interface Notifications extends org.opendaylight.yangtools.yang.binding.ChildOf<PcntfMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Notifications>
This class represents the following YANG schema fragment defined in module pcep-types
list notifications {
list rps {
uses rp-object;
}
list notifications {
uses notification-object;
}
}
The schema path to identify an instance is
pcep-types/pcntf-message/pcntf-message/notifications
To create instances of this class use NotificationsBuilder.
NotificationsBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Notifications> |
getNotifications() |
@Nullable List<Rps> |
getRps() |
default Class<Notifications> |
implementedInterface() |
default @NonNull List<Notifications> |
nonnullNotifications() |
default @NonNull List<Rps> |
nonnullRps() |
default Class<Notifications> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectdefault @NonNull List<Rps> nonnullRps()
java.util.List rps, or an empty list if it is not present@Nullable List<Notifications> getNotifications()
java.util.List notifications, or null if not presentdefault @NonNull List<Notifications> nonnullNotifications()
java.util.List notifications, or an empty list if it is not presentCopyright © 2020 OpenDaylight. All rights reserved.