Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.Connection
-
-
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 Connection 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 Connection Modifier and Type Method Description ConnectionsBuilderConnectionsBuilder. 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 Connection Modifier and Type Method Description <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 Connection Modifier and Type Method Description @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 Connection Modifier and Type Method Description default Class<Connection>Connection. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections with parameters of type Connection Modifier and Type Method Description static 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 Connection Modifier and Type Method Description ConnectionBuilderConnectionBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Connection> augmentation)Add an augmentation to this builder's product.ConnectionBuilderConnectionBuilder. 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 Connection Constructor Description ConnectionBuilder(Connection base)Construct a builder initialized with state from specifiedConnection.
-