Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance.TableConnections
Packages that use TableConnections
Package
Description
-
Uses of TableConnections in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances that return TableConnectionsModifier and TypeMethodDescriptionNetworkInstance.getTableConnections()
Return tableConnections, ornull
if it is not present.NetworkInstanceBuilder.getTableConnections()
Return current value associated with the property corresponding toNetworkInstance.getTableConnections()
.@NonNull TableConnections
NetworkInstance.nonnullTableConnections()
Return tableConnections, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances with parameters of type TableConnectionsModifier and TypeMethodDescriptionNetworkInstanceBuilder.setTableConnections
(TableConnections value) Set the property corresponding toNetworkInstance.getTableConnections()
to the specified value. -
Uses of TableConnections 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 with type parameters of type TableConnectionsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<TableConnections>>
E$$TableConnectionsBuilder.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 that return TableConnectionsModifier and TypeMethodDescription@NonNull TableConnections
TableConnectionsBuilder.build()
A newTableConnections
instance.static @NonNull TableConnections
TableConnectionsBuilder.empty()
Get empty instance of TableConnections.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 TableConnectionsModifier and TypeMethodDescriptiondefault Class
<TableConnections> TableConnections.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.network.instance.rev151018.network.instance.top.network.instances.network.instance with parameters of type TableConnectionsModifier and TypeMethodDescriptionstatic boolean
TableConnections.bindingEquals
(@NonNull TableConnections thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
TableConnections.bindingHashCode
(@NonNull TableConnections obj) Default implementation ofObject.hashCode()
contract for this interface.static String
TableConnections.bindingToString
(@NonNull TableConnections 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 with type arguments of type TableConnectionsModifier and TypeMethodDescriptionTableConnectionsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<TableConnections> augmentation) Add an augmentation to this builder's product.TableConnectionsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<TableConnections>> 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 with parameters of type TableConnectionsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTableConnections
.