Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections.TableConnection
Packages that use TableConnection
Package
Description
-
Uses of TableConnection in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance that return types with arguments of type TableConnectionModifier and TypeMethodDescription@Nullable Map
<TableConnectionKey, TableConnection> TableConnections.getTableConnection()
Return tableConnection, ornull
if it is not present.TableConnectionsBuilder.getTableConnection()
Return current value associated with the property corresponding toTableConnections.getTableConnection()
.default @NonNull Map
<TableConnectionKey, TableConnection> TableConnections.nonnullTableConnection()
Return tableConnection, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance with type arguments of type TableConnectionModifier and TypeMethodDescriptionTableConnectionsBuilder.setTableConnection
(Map<TableConnectionKey, TableConnection> values) Set the property corresponding toTableConnections.getTableConnection()
to the specified value. -
Uses of TableConnection in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections with type parameters of type TableConnectionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<TableConnection>>
E$$TableConnectionBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections that return TableConnectionModifier and TypeMethodDescription@NonNull TableConnection
TableConnectionBuilder.build()
A newTableConnection
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections that return types with arguments of type TableConnectionModifier and TypeMethodDescriptiondefault Class
<TableConnection> TableConnection.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections with parameters of type TableConnectionModifier and TypeMethodDescriptionstatic boolean
TableConnection.bindingEquals
(@NonNull TableConnection thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
TableConnection.bindingHashCode
(@NonNull TableConnection obj) Default implementation ofObject.hashCode()
contract for this interface.static String
TableConnection.bindingToString
(@NonNull TableConnection obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections with type arguments of type TableConnectionModifier and TypeMethodDescriptionTableConnectionBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<TableConnection> augmentation) Add an augmentation to this builder's product.TableConnectionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<TableConnection>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.table.connections with parameters of type TableConnectionModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTableConnection
.