Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top.Controllers
Packages that use Controllers
Package
Description
-
Uses of Controllers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121 that return ControllersModifier and TypeMethodDescriptionOpenflowControllersTop.getControllers()Return controllers, ornullif it is not present.@NonNull ControllersOpenflowControllersTop.nonnullControllers()Return controllers, or an empty instance if it is not present. -
Uses of Controllers 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 with type parameters of type ControllersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Controllers>>
E$$ControllersBuilder.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 that return ControllersModifier and TypeMethodDescription@NonNull ControllersControllersBuilder.build()A newControllersinstance.static @NonNull ControllersControllersBuilder.empty()Get empty instance of Controllers.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top that return types with arguments of type ControllersMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.controllers.top with parameters of type ControllersModifier and TypeMethodDescriptionstatic booleanControllers.bindingEquals(@NonNull Controllers thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intControllers.bindingHashCode(@NonNull Controllers obj) Default implementation ofObject.hashCode()contract for this interface.static StringControllers.bindingToString(@NonNull Controllers 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 with type arguments of type ControllersModifier and TypeMethodDescriptionControllersBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Controllers> augmentation) Add an augmentation to this builder's product.ControllersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Controllers>> 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 with parameters of type ControllersModifierConstructorDescriptionConstruct a builder initialized with state from specifiedControllers. -
Uses of Controllers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top that return ControllersModifier and TypeMethodDescriptionOpenflowBuilder.getControllers()Return current value associated with the property corresponding toOpenflowControllersTop.getControllers().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.openflow.rev181121.openflow.top with parameters of type ControllersModifier and TypeMethodDescriptionOpenflowBuilder.setControllers(Controllers value) Set the property corresponding toOpenflowControllersTop.getControllers()to the specified value.