Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.segment.routing.ext.rev200120
Interface PrefixFlags
- 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
- All Known Subinterfaces:
IsisPrefixFlags
,OspfPrefixFlags
@Generated("mdsal-binding-generator")
public interface PrefixFlags
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-segment-routing
grouping prefix-flags { leaf no-php { type boolean; } leaf explicit-null { type boolean; } }
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getNoPhp
Boolean getNoPhp()Return noPhp, ornull
if it is not present.- Returns:
Boolean
noPhp, ornull
if it is not present.
-
requireNoPhp
Return noPhp, guaranteed to be non-null.- Returns:
Boolean
noPhp, guaranteed to be non-null.- Throws:
NoSuchElementException
- if noPhp is not present
-
getExplicitNull
Boolean getExplicitNull()Return explicitNull, ornull
if it is not present.- Returns:
Boolean
explicitNull, ornull
if it is not present.
-
requireExplicitNull
Return explicitNull, guaranteed to be non-null.- Returns:
Boolean
explicitNull, guaranteed to be non-null.- Throws:
NoSuchElementException
- if explicitNull is not present
-