public interface PcntfMessage extends org.opendaylight.yangtools.yang.binding.DataObject, Message
This class represents the following YANG schema fragment defined in module pcep-types
grouping pcntf-message {
uses message;
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
PcntfMessage |
getPcntfMessage()
Notification Message
|
Class<? extends PcntfMessage> |
implementedInterface() |
Class<? extends PcntfMessage> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface MessagePcntfMessage getPcntfMessage()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.PcntfMessage pcntfMessage, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.