Interface Adjacency

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Adjacency>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Segments>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Adjacency
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Segments>, org.opendaylight.yangtools.yang.binding.Augmentable<Adjacency>

    This class represents the following YANG schema fragment defined in module network-topology-sr

     container adjacency {
       leaf adjacency {
         type nt:link-ref;
       }
     }
     
    The schema path to identify an instance is network-topology-sr/sr-node-attributes/segments/segment-specification/adjacency-case/adjacency

    To create instances of this class use AdjacencyBuilder.

    See Also:
    AdjacencyBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Adjacency> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAdjacency

        @Nullable org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId getAdjacency()
        Returns:
        org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.LinkId adjacency, or null if not present