Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.tables.Table
Package
Description
-
Uses of Table in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance
Modifier and TypeMethodDescriptionTables.getTable()
Return table, ornull
if it is not present.TablesBuilder.getTable()
Return current value associated with the property corresponding toTables.getTable()
.Tables.nonnullTable()
Return table, or an empty list if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toTables.getTable()
to the specified value. -
Uses of Table in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.tables
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Table>>
E$$TableBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionstatic boolean
Table.bindingEquals
(@NonNull Table thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Table.bindingHashCode
(@NonNull Table obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Table.bindingToString
(@NonNull Table obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionTableBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Table> augmentation) Add an augmentation to this builder's product.TableBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Table>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionTableBuilder
(Table base) Construct a builder initialized with state from specifiedTable
.