Interface AdjacencyCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AdjacencyCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Segments>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SegmentSpecification

    public interface AdjacencyCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<AdjacencyCase>, SegmentSpecification

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

     case adjacency-case {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<AdjacencyCase> 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 Adjacency getAdjacency()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.sr.rev130819.sr.node.attributes.segments.segment.specification.adjacency._case.Adjacency adjacency, or null if not present