Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers.Controller
-
-
Uses of Controller in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top that return types with arguments of type Controller Modifier and Type Method Description @Nullable Map<ControllerKey,Controller>Controllers. getController()Return controller, ornullif it is not present.Map<ControllerKey,Controller>ControllersBuilder. getController()Return current value associated with the property corresponding toControllers.getController().default @NonNull Map<ControllerKey,Controller>Controllers. nonnullController()Return controller, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top with type arguments of type Controller Modifier and Type Method Description ControllersBuilderControllersBuilder. setController(Map<ControllerKey,Controller> values)Set the property corresponding toControllers.getController()to the specified value. -
Uses of Controller 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 with type parameters of type Controller Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Controller>>
E$$ControllerBuilder. 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.controllers.top.controllers that return Controller Modifier and Type Method Description @NonNull ControllerControllerBuilder. build()A newControllerinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers that return types with arguments of type Controller Modifier and Type Method Description default Class<Controller>Controller. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers with parameters of type Controller Modifier and Type Method Description static booleanController. bindingEquals(@NonNull Controller thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intController. bindingHashCode(@NonNull Controller obj)Default implementation ofObject.hashCode()contract for this interface.static StringController. bindingToString(@NonNull Controller obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers with type arguments of type Controller 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers with parameters of type Controller Constructor Description ControllerBuilder(Controller base)Construct a builder initialized with state from specifiedController.
-