Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.toaster.app.config.rev160503.ToasterAppConfig
-
-
Uses of ToasterAppConfig in org.opendaylight.controller.sample.toaster.provider
Constructors in org.opendaylight.controller.sample.toaster.provider with parameters of type ToasterAppConfig Constructor Description OpendaylightToaster(ToasterAppConfig toasterAppConfig) -
Uses of ToasterAppConfig in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.toaster.app.config.rev160503
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.toaster.app.config.rev160503 with type parameters of type ToasterAppConfig Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ToasterAppConfig>>
E$$ToasterAppConfigBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.toaster.app.config.rev160503 that return ToasterAppConfig Modifier and Type Method Description ToasterAppConfigToasterAppConfigBuilder. build()ToasterAppConfigToasterAppConfigData. getToasterAppConfig()Return toasterAppConfig, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.toaster.app.config.rev160503 that return types with arguments of type ToasterAppConfig Modifier and Type Method Description default Class<ToasterAppConfig>ToasterAppConfig. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.toaster.app.config.rev160503 with parameters of type ToasterAppConfig Modifier and Type Method Description static booleanToasterAppConfig. bindingEquals(@NonNull ToasterAppConfig thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intToasterAppConfig. bindingHashCode(@NonNull ToasterAppConfig obj)Default implementation ofObject.hashCode()contract for this interface.static StringToasterAppConfig. bindingToString(@NonNull ToasterAppConfig obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.toaster.app.config.rev160503 with type arguments of type ToasterAppConfig Modifier and Type Method Description ToasterAppConfigBuilderToasterAppConfigBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ToasterAppConfig> augmentation)Add an augmentation to this builder's product.ToasterAppConfigBuilderToasterAppConfigBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ToasterAppConfig>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.toaster.app.config.rev160503 with parameters of type ToasterAppConfig Constructor Description ToasterAppConfigBuilder(ToasterAppConfig base)
-