Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers.Controller
Packages that use Controller
Package
Description
-
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 ControllerModifier and TypeMethodDescription@Nullable Map<ControllerKey,Controller> Controllers.getController()Return controller, ornullif it is not present.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 ControllerModifier and TypeMethodDescriptionControllersBuilder.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 ControllerModifier and TypeMethodDescription<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 ControllerModifier and TypeMethodDescription@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 ControllerMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.controllers with parameters of type ControllerModifier and TypeMethodDescriptionstatic 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 ControllerModifier and TypeMethodDescriptionControllerBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Controller> augmentation) Add an augmentation to this builder's product.ControllerBuilder.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 ControllerModifierConstructorDescriptionControllerBuilder(Controller base) Construct a builder initialized with state from specifiedController.