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.impl
Methods in org.opendaylight.serviceutils.srm.impl that return RecoverOutputModifier and TypeMethodDescriptionstatic RecoverOutput
SrmRpcUtils.callSrmOp
(org.opendaylight.mdsal.binding.api.DataBroker broker, RecoverInput input) Methods in org.opendaylight.serviceutils.srm.impl that return types with arguments of type RecoverOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RecoverOutput>>
SrmRpcProvider.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.yang.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 RecoverOutput
RecoverOutputBuilder.build()
A newRecoverOutput
instance.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>>
OdlSrmRpcsService.recover
(RecoverInput input) Invokerecover
RPC.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with parameters of type RecoverOutputModifier and TypeMethodDescriptionstatic boolean
RecoverOutput.bindingEquals
(@NonNull RecoverOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RecoverOutput.bindingHashCode
(@NonNull RecoverOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RecoverOutput.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.yang.binding.Augmentation<RecoverOutput> augmentation) Add an augmentation to this builder's product.RecoverOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.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
.