Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.ConnectionKey
Packages that use ConnectionKey
Package
Description
-
Uses of ConnectionKey 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 ConnectionKeyModifier 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 ConnectionKeyModifier and TypeMethodDescriptionConnectionsBuilder.setConnection(Map<ConnectionKey, Connection> values) Set the property corresponding toConnections.getConnection()to the specified value. -
Uses of ConnectionKey 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 that return ConnectionKeyModifier and TypeMethodDescriptionConnection.key()ConnectionBuilder.key()Return current value associated with the property corresponding toConnection.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections with parameters of type ConnectionKeyModifier and TypeMethodDescriptionConnectionBuilder.withKey(ConnectionKey key) Set the key value corresponding toConnection.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections with parameters of type ConnectionKeyModifierConstructorDescriptionConnectionKey(ConnectionKey source) Creates a copy from Source Object.