Uses of Interface
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120.MakeToastInput
-
Uses of MakeToastInput 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 MakeToastInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeToastInput>>
E$$MakeToastInputBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 that return MakeToastInputModifier and TypeMethodDescription@NonNull MakeToastInputMakeToastInputBuilder.build()A newMakeToastInputinstance.Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 that return types with arguments of type MakeToastInputModifier and TypeMethodDescriptiondefault Class<MakeToastInput>MakeToastInput.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with parameters of type MakeToastInputModifier and TypeMethodDescriptionstatic booleanMakeToastInput.bindingEquals(@NonNull MakeToastInput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMakeToastInput.bindingHashCode(@NonNull MakeToastInput obj) Default implementation ofObject.hashCode()contract for this interface.static StringMakeToastInput.bindingToString(@NonNull MakeToastInput obj) Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<MakeToastOutput>>ToasterService.makeToast(MakeToastInput input) Invokemake-toastRPC.Method parameters in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with type arguments of type MakeToastInputModifier and TypeMethodDescriptionMakeToastInputBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MakeToastInput> augmentation) Add an augmentation to this builder's product.MakeToastInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MakeToastInput>> 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 MakeToastInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMakeToastInput.