Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.ConnectionKey
-
-
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 ConnectionKey Modifier and Type Method Description @Nullable Map<ConnectionKey,Connection>Connections. getConnection()Return connection, ornullif it is not present.Map<ConnectionKey,Connection>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 ConnectionKey Modifier and Type Method Description ConnectionsBuilderConnectionsBuilder. 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 ConnectionKey Modifier and Type Method Description ConnectionKeyConnection. key()ConnectionKeyConnectionBuilder. 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 ConnectionKey Modifier and Type Method Description ConnectionBuilderConnectionBuilder. withKey(ConnectionKey key)Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections with parameters of type ConnectionKey Constructor Description ConnectionKey(ConnectionKey source)Creates a copy from Source Object.
-