Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626.RecoverOutput
Packages that use RecoverOutput
Package
Description
-
Uses of RecoverOutput in org.opendaylight.serviceutils.srm.spi
Methods in org.opendaylight.serviceutils.srm.spi that return types with arguments of type RecoverOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<RecoverOutput> RegistryControl.recover(RecoverInput input) -
Uses of RecoverOutput 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 RecoverOutputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RecoverOutput>>
E$$RecoverOutputBuilder.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 RecoverOutputModifier and TypeMethodDescription@NonNull RecoverOutputRecoverOutputBuilder.build()A newRecoverOutputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 that return types with arguments of type RecoverOutputModifier and TypeMethodDescriptiondefault Class<RecoverOutput> RecoverOutput.implementedInterface()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RecoverOutput>> Recover.invoke(RecoverInput input) Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with parameters of type RecoverOutputModifier and TypeMethodDescriptionstatic booleanRecoverOutput.bindingEquals(@NonNull RecoverOutput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intRecoverOutput.bindingHashCode(@NonNull RecoverOutput obj) Default implementation ofObject.hashCode()contract for this interface.static StringRecoverOutput.bindingToString(@NonNull RecoverOutput obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with type arguments of type RecoverOutputModifier and TypeMethodDescriptionRecoverOutputBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<RecoverOutput> augmentation) Add an augmentation to this builder's product.RecoverOutputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RecoverOutput>> 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 RecoverOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRecoverOutput.