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:
IgpLinkEvent, IgpNodeEvent, IgpPrefixEvent, TerminationPointEvent, TopologyTypes1

@Generated("mdsal-binding-generator") public interface L3UnicastIgpTopologyType extends org.opendaylight.yangtools.binding.Grouping

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";
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return l3UnicastIgpTopology, or null if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getL3UnicastIgpTopology

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