Interface TableUpdated

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

    @Deprecated
    public interface TableUpdated
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TableUpdated>, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, MultipartTransactionAware, TableFeatures, org.opendaylight.yangtools.yang.binding.Notification
    Deprecated.

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

     notification table-updated {
       status deprecated;
       uses inv:node-context-ref;
       uses tr:multipart-transaction-aware;
       uses table-type:table-features;
     }
     
    The schema path to identify an instance is sal-table/table-updated

    To create instances of this class use TableUpdatedBuilder.

    See Also:
    TableUpdatedBuilder
    • Field Detail

      • QNAME

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