Interface NetworkTopologyReference

    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @RoutingContext(NetworkTopologyContext.class)
        NetworkTopologyRef getNetworkTopologyRef()
        Return networkTopologyRef, or null if it is not present.
        Returns:
        NetworkTopologyRef networkTopologyRef, or null if it is not present.
      • requireNetworkTopologyRef

        default @NonNull NetworkTopologyRef requireNetworkTopologyRef()
        Return networkTopologyRef, guaranteed to be non-null.
        Returns:
        NetworkTopologyRef networkTopologyRef, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if networkTopologyRef is not present