Uses of Interface
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120.MakeToastOutput
-
-
Uses of MakeToastOutput in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120
Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with type parameters of type MakeToastOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeToastOutput>>
E$$MakeToastOutputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 that return MakeToastOutput Modifier and Type Method Description MakeToastOutputMakeToastOutputBuilder. build()Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 that return types with arguments of type MakeToastOutput Modifier and Type Method Description default Class<MakeToastOutput>MakeToastOutput. implementedInterface()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<MakeToastOutput>>ToasterService. makeToast(MakeToastInput input)Invokemake-toastRPC.Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with parameters of type MakeToastOutput Modifier and Type Method Description static booleanMakeToastOutput. bindingEquals(@NonNull MakeToastOutput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intMakeToastOutput. bindingHashCode(@NonNull MakeToastOutput obj)Default implementation ofObject.hashCode()contract for this interface.static StringMakeToastOutput. bindingToString(@NonNull MakeToastOutput obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with type arguments of type MakeToastOutput Modifier and Type Method Description MakeToastOutputBuilderMakeToastOutputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MakeToastOutput> augmentation)Add an augmentation to this builder's product.MakeToastOutputBuilderMakeToastOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeToastOutput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with parameters of type MakeToastOutput Constructor Description MakeToastOutputBuilder(MakeToastOutput base)
-