Interface NoPathVectorTlv
- 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
,Tlv
- All Known Subinterfaces:
NoPathVector
@Generated("mdsal-binding-generator")
public interface NoPathVectorTlv
extends org.opendaylight.yangtools.yang.binding.DataObject, Tlv
NO-PATH-VECTOR TLV
This class represents the following YANG schema fragment defined in module pcep-types
grouping no-path-vector-tlv { uses tlv; leaf flags { type bits { bit p2mp-unreachable { position 24; } bit no-gco-solution { position 25; } bit no-gco-migration { position 26; } bit path-key { position 27; } bit chain-unavailable { position 28; } bit unknown-source { position 29; } bit unknown-destination { position 30; } bit pce-unavailable { position 31; } } } }
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
This class represents the following YANG schema fragment defined in module pcep-types -
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptiongetFlags()
Return flags, ornull
if it is not present.Class<? extends NoPathVectorTlv>
default @NonNull NoPathVectorTlv.Flags
Return flags, guaranteed to be non-null.
-
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 NoPathVectorTlv> 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 interfaceTlv
-
getFlags
NoPathVectorTlv.Flags getFlags()Return flags, ornull
if it is not present.- Returns:
Flags
flags, ornull
if it is not present.
-
requireFlags
Return flags, guaranteed to be non-null.- Returns:
Flags
flags, guaranteed to be non-null.- Throws:
NoSuchElementException
- if flags is not present
-