Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.Connection
Packages that use Connection
Package
Description
-
Uses of Connection 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 that return types with arguments of type ConnectionModifier and TypeMethodDescription@Nullable Map<ConnectionKey,Connection> Connections.getConnection()Return connection, ornullif it is not present.ConnectionsBuilder.getConnection()Return current value associated with the property corresponding toConnections.getConnection().default @NonNull Map<ConnectionKey,Connection> Connections.nonnullConnection()Return connection, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top with type arguments of type ConnectionModifier and TypeMethodDescriptionConnectionsBuilder.setConnection(Map<ConnectionKey, Connection> values) Set the property corresponding toConnections.getConnection()to the specified value. -
Uses of Connection in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections with type parameters of type ConnectionModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Connection>>
E$$ConnectionBuilder.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.connections that return ConnectionModifier and TypeMethodDescription@NonNull ConnectionConnectionBuilder.build()A newConnectioninstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections that return types with arguments of type ConnectionMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections with parameters of type ConnectionModifier and TypeMethodDescriptionstatic booleanConnection.bindingEquals(@NonNull Connection thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intConnection.bindingHashCode(@NonNull Connection obj) Default implementation ofObject.hashCode()contract for this interface.static StringConnection.bindingToString(@NonNull Connection 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.connections with type arguments of type ConnectionModifier and TypeMethodDescriptionConnectionBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Connection> augmentation) Add an augmentation to this builder's product.ConnectionBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Connection>> 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.connections with parameters of type ConnectionModifierConstructorDescriptionConnectionBuilder(Connection base) Construct a builder initialized with state from specifiedConnection.