Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers.ControllerBuilder
-
Packages that use ControllerBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers -
-
Uses of ControllerBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers that return ControllerBuilder Modifier and Type Method Description ControllerBuilderControllerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Controller> augmentation)Add an augmentation to this builder's product.ControllerBuilderControllerBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Controller>> augmentationType)Remove an augmentation from this builder's product.ControllerBuilderControllerBuilder. setConfig(Config value)Set the property corresponding toController.getConfig()to the specified value.ControllerBuilderControllerBuilder. setConnections(Connections value)Set the property corresponding toOpenflowConnectionsTop.getConnections()to the specified value.ControllerBuilderControllerBuilder. setName(String value)Set the property corresponding toController.getName()to the specified value.ControllerBuilderControllerBuilder. setState(State value)Set the property corresponding toController.getState()to the specified value.ControllerBuilderControllerBuilder. withKey(ControllerKey key)
-