public interface PcntfMessage extends org.opendaylight.yangtools.yang.binding.ChildOf<PcntfMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<PcntfMessage>, MessageHeader
This class represents the following YANG schema fragment defined in module pcep-types
container pcntf-message {
uses message-header;
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
To create instances of this class use PcntfMessageBuilder.
PcntfMessageBuilder| 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() |
default Class<PcntfMessage> |
implementedInterface() |
default @NonNull List<Notifications> |
nonnullNotifications() |
getVersiondefault Class<PcntfMessage> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface MessageHeader@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.