Interface LinkDiscovered

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LinkDiscovered>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Link, org.opendaylight.yangtools.yang.binding.Notification

    @Deprecated
    public interface LinkDiscovered
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<LinkDiscovered>, Link, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.

    This class represents the following YANG schema fragment defined in module flow-topology-discovery

     notification link-discovered {
       status deprecated;
       uses link;
     }
     
    The schema path to identify an instance is flow-topology-discovery/link-discovered

    To create instances of this class use LinkDiscoveredBuilder.

    See Also:
    LinkDiscoveredBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<LinkDiscovered> implementedInterface()
        Deprecated.
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Link