Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626.RecoverInput
Packages that use RecoverInput
Package
Description
-
Uses of RecoverInput in org.opendaylight.serviceutils.srm.spi
Methods in org.opendaylight.serviceutils.srm.spi with parameters of type RecoverInputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<RecoverOutput> RegistryControl.recover(RecoverInput input) -
Uses of RecoverInput in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with type parameters of type RecoverInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RecoverInput>>
E$$RecoverInputBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 that return RecoverInputModifier and TypeMethodDescription@NonNull RecoverInputRecoverInputBuilder.build()A newRecoverInputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 that return types with arguments of type RecoverInputModifier and TypeMethodDescriptiondefault Class<RecoverInput> RecoverInput.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with parameters of type RecoverInputModifier and TypeMethodDescriptionstatic booleanRecoverInput.bindingEquals(@NonNull RecoverInput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intRecoverInput.bindingHashCode(@NonNull RecoverInput obj) Default implementation ofObject.hashCode()contract for this interface.static StringRecoverInput.bindingToString(@NonNull RecoverInput obj) Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RecoverOutput>> Recover.invoke(RecoverInput input) Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with type arguments of type RecoverInputModifier and TypeMethodDescriptionRecoverInputBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<RecoverInput> augmentation) Add an augmentation to this builder's product.RecoverInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RecoverInput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with parameters of type RecoverInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRecoverInput.