Interface OspfV3LanIdentifier
- 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
,OspfRouterIdentifier
- All Known Subinterfaces:
OspfPseudonode
@Generated("mdsal-binding-generator")
public interface OspfV3LanIdentifier
extends org.opendaylight.yangtools.binding.Grouping, OspfRouterIdentifier
This class represents the following YANG schema fragment defined in module bgp-linkstate
grouping ospf-v3-lan-identifier { uses ospf-router-identifier; leaf lan-interface { type ospf-interface-identifier; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn lanInterface, ornull
if it is not present.default @NonNull OspfInterfaceIdentifier
Return lanInterface, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.OspfRouterIdentifier
getOspfRouterId, requireOspfRouterId
-
Method Details
-
getLanInterface
OspfInterfaceIdentifier getLanInterface()Return lanInterface, ornull
if it is not present.- Returns:
OspfInterfaceIdentifier
lanInterface, ornull
if it is not present.
-
requireLanInterface
Return lanInterface, guaranteed to be non-null.- Returns:
OspfInterfaceIdentifier
lanInterface, guaranteed to be non-null.- Throws:
NoSuchElementException
- if lanInterface is not present
-