Uses of Interface
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120.CancelToastOutput
-
-
Uses of CancelToastOutput 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 CancelToastOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelToastOutput>>
E$$CancelToastOutputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 that return CancelToastOutput Modifier and Type Method Description CancelToastOutputCancelToastOutputBuilder. build()Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 that return types with arguments of type CancelToastOutput Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CancelToastOutput>>ToasterService. cancelToast(CancelToastInput input)Invokecancel-toastRPC.default Class<CancelToastOutput>CancelToastOutput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with parameters of type CancelToastOutput Modifier and Type Method Description static booleanCancelToastOutput. bindingEquals(@NonNull CancelToastOutput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intCancelToastOutput. bindingHashCode(@NonNull CancelToastOutput obj)Default implementation ofObject.hashCode()contract for this interface.static StringCancelToastOutput. bindingToString(@NonNull CancelToastOutput 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 CancelToastOutput Modifier and Type Method Description CancelToastOutputBuilderCancelToastOutputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<CancelToastOutput> augmentation)Add an augmentation to this builder's product.CancelToastOutputBuilderCancelToastOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelToastOutput>> 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 CancelToastOutput Constructor Description CancelToastOutputBuilder(CancelToastOutput base)
-