Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Interface PcupdMessage
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,Message
- All Known Subinterfaces:
Pcupd
@Generated("mdsal-binding-generator")
public interface PcupdMessage
extends org.opendaylight.yangtools.yang.binding.DataObject, Message
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful
grouping pcupd-message { uses pcep:message; container pcupd-message { uses pcep:message-header; list updates { uses srp-object; uses lsp-object; container path { uses pcep:path-definition; } } } }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn pcupdMessage, ornull
if it is not present.Class<? extends PcupdMessage>
@NonNull PcupdMessage
Return pcupdMessage, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends PcupdMessage> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceMessage
-
getPcupdMessage
PcupdMessage getPcupdMessage()Return pcupdMessage, ornull
if it is not present.State Update Request Message
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message.PcupdMessage
pcupdMessage, ornull
if it is not present.
-
nonnullPcupdMessage
@NonNull PcupdMessage nonnullPcupdMessage()Return pcupdMessage, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message.PcupdMessage
pcupdMessage, or an empty instance if it is not present.
-