Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.Connections
Packages that use Connections
Package
Description
-
Uses of Connections in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 that return ConnectionsModifier and TypeMethodDescriptionOpenflowConnectionsTop.getConnections()Return connections, ornullif it is not present.@NonNull ConnectionsOpenflowConnectionsTop.nonnullConnections()Return connections, or an empty instance if it is not present. -
Uses of Connections in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top with type parameters of type ConnectionsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Connections>>
E$$ConnectionsBuilder.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.openflow.rev181121.openflow.connections.top that return ConnectionsModifier and TypeMethodDescription@NonNull ConnectionsConnectionsBuilder.build()A newConnectionsinstance.static @NonNull ConnectionsConnectionsBuilder.empty()Get empty instance of Connections.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top that return types with arguments of type ConnectionsMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top with parameters of type ConnectionsModifier and TypeMethodDescriptionstatic booleanConnections.bindingEquals(@NonNull Connections thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intConnections.bindingHashCode(@NonNull Connections obj) Default implementation ofObject.hashCode()contract for this interface.static StringConnections.bindingToString(@NonNull Connections obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top with type arguments of type ConnectionsModifier and TypeMethodDescriptionConnectionsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Connections> augmentation) Add an augmentation to this builder's product.ConnectionsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Connections>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top with parameters of type ConnectionsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedConnections. -
Uses of Connections in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers that return ConnectionsModifier and TypeMethodDescriptionControllerBuilder.getConnections()Return current value associated with the property corresponding toOpenflowConnectionsTop.getConnections().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers with parameters of type ConnectionsModifier and TypeMethodDescriptionControllerBuilder.setConnections(Connections value) Set the property corresponding toOpenflowConnectionsTop.getConnections()to the specified value.