Interface PcntfMessage
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping,Message
- All Known Subinterfaces:
Pcntf
@Generated("mdsal-binding-generator")
public interface PcntfMessage
extends org.opendaylight.yangtools.binding.Grouping, 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;
}
}
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn pcntfMessage, ornullif it is not present.@NonNull PcntfMessageReturn pcntfMessage, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getPcntfMessage
PcntfMessage getPcntfMessage()Return pcntfMessage, ornullif it is not present.Notification Message- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.PcntfMessagepcntfMessage, ornullif it is not present.
-
nonnullPcntfMessage
@NonNull PcntfMessage nonnullPcntfMessage()Return pcntfMessage, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.PcntfMessagepcntfMessage, or an empty instance if it is not present.
-