Interface LinkRemoved

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LinkRemoved>, 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 LinkRemoved
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<LinkRemoved>, Link, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.

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

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

    To create instances of this class use LinkRemovedBuilder.

    See Also:
    LinkRemovedBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<LinkRemoved> 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