Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections.ConnectionBuilder
-
Packages that use ConnectionBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.connections.top.connections -
-
Uses of ConnectionBuilder 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 ConnectionBuilder 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.ConnectionBuilderConnectionBuilder. setAuxId(AuxiliaryId value)Set the property corresponding toConnection.getAuxId()to the specified value.ConnectionBuilderConnectionBuilder. setConfig(Config value)Set the property corresponding toConnection.getConfig()to the specified value.ConnectionBuilderConnectionBuilder. setState(State value)Set the property corresponding toConnection.getState()to the specified value.ConnectionBuilderConnectionBuilder. withKey(ConnectionKey key)
-