Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.tables.TableBuilder
-
Packages that use TableBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.tables -
-
Uses of TableBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.tables
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.tables that return TableBuilder Modifier and Type Method Description TableBuilder
TableBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Table> augmentation)
Add an augmentation to this builder's product.TableBuilder
TableBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Table>> augmentationType)
Remove an augmentation from this builder's product.TableBuilder
TableBuilder. setConfig(Config value)
Set the property corresponding toTable.getConfig()
to the specified value.TableBuilder
TableBuilder. setState(State value)
Set the property corresponding toTable.getState()
to the specified value.TableBuilder
TableBuilder. setTableName(String value)
Set the property corresponding toTable.getTableName()
to the specified value.TableBuilder
TableBuilder. withKey(TableKey key)
-