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 Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends L3UnicastIgpTopologyType> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getL3UnicastIgpTopology

      L3UnicastIgpTopology getL3UnicastIgpTopology()
      Return l3UnicastIgpTopology, or null if it is not present.
      Returns:
      L3UnicastIgpTopology l3UnicastIgpTopology, or null if it is not present.