public interface OpenMessage extends org.opendaylight.yangtools.yang.binding.DataObject, Message
This class represents the following YANG schema fragment defined in module pcep-types
grouping open-message {
uses message;
container open-message {
uses message-header;
uses open-object;
}
}
The schema path to identify an instance is
pcep-types/open-message| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
OpenMessage |
getOpenMessage()
Open Message
|
Class<? extends OpenMessage> |
implementedInterface() |
Class<? extends OpenMessage> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface MessageOpenMessage getOpenMessage()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message.OpenMessage openMessage, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.