Interface PortUpdated

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PortUpdated>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, org.opendaylight.yangtools.yang.binding.Notification, PortUpdate, TransactionAware

    @Deprecated
    public interface PortUpdated
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PortUpdated>, PortUpdate, TransactionAware, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.

    This class represents the following YANG schema fragment defined in module sal-port

     notification port-updated {
       status deprecated;
       uses port-update;
       uses tr:transaction-aware;
     }
     
    The schema path to identify an instance is sal-port/port-updated

    To create instances of this class use PortUpdatedBuilder.

    See Also:
    PortUpdatedBuilder
    • Field Summary

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

      • QNAME

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

      • implementedInterface

        default Class<PortUpdated> 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 org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
        Specified by:
        implementedInterface in interface PortUpdate
        Specified by:
        implementedInterface in interface TransactionAware