Package org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Interface L3UnicastIgpTopologyType
- 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
- All Known Subinterfaces:
IgpLinkEvent
,IgpNodeEvent
,IgpPrefixEvent
,TerminationPointEvent
,TopologyTypes1
@Generated("mdsal-binding-generator")
public interface L3UnicastIgpTopologyType
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
grouping l3-unicast-igp-topology-type { container l3-unicast-igp-topology { presence "indicates L3 Unicast IGP Topology"; } }
-
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 TypeMethodDescriptionReturn l3UnicastIgpTopology, ornull
if it is not present.Class<? extends L3UnicastIgpTopologyType>
-
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 L3UnicastIgpTopologyType> 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
-
getL3UnicastIgpTopology
L3UnicastIgpTopology getL3UnicastIgpTopology()Return l3UnicastIgpTopology, ornull
if it is not present.- Returns:
L3UnicastIgpTopology
l3UnicastIgpTopology, ornull
if it is not present.
-