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-updatedTo create instances of this class use
TableUpdatedBuilder
.- See Also:
TableUpdatedBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
Deprecated.
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default Class<TableUpdated>
implementedInterface()
Deprecated.-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.MultipartTransactionAware
isMoreReplies
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
getNode
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.table.types.rev131026.TableFeatures
getTableFeatures, nonnullTableFeatures
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.TransactionAware
getTransactionId
-
-
-
-
Method Detail
-
implementedInterface
default Class<TableUpdated> implementedInterface()
Deprecated.- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceMultipartTransactionAware
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
- Specified by:
implementedInterface
in interfaceTableFeatures
- Specified by:
implementedInterface
in interfaceTransactionAware
-
-