Uses of Interface
org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120.CancelToastInput
-
Uses of CancelToastInput 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 CancelToastInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelToastInput>>
E$$CancelToastInputBuilder.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 CancelToastInputModifier and TypeMethodDescription@NonNull CancelToastInputCancelToastInputBuilder.build()A newCancelToastInputinstance.Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 that return types with arguments of type CancelToastInputModifier and TypeMethodDescriptiondefault Class<CancelToastInput>CancelToastInput.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with parameters of type CancelToastInputModifier and TypeMethodDescriptionstatic booleanCancelToastInput.bindingEquals(@NonNull CancelToastInput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intCancelToastInput.bindingHashCode(@NonNull CancelToastInput obj) Default implementation ofObject.hashCode()contract for this interface.static StringCancelToastInput.bindingToString(@NonNull CancelToastInput obj) Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CancelToastOutput>>ToasterService.cancelToast(CancelToastInput input) Invokecancel-toastRPC.Method parameters in org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120 with type arguments of type CancelToastInputModifier and TypeMethodDescriptionCancelToastInputBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<CancelToastInput> augmentation) Add an augmentation to this builder's product.CancelToastInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelToastInput>> 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 CancelToastInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCancelToastInput.