Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626.RecoverOutput
Package
Description
-
Uses of RecoverOutput in org.opendaylight.serviceutils.srm.impl
Modifier and TypeMethodDescriptionstatic RecoverOutput
SrmRpcUtils.callSrmOp
(org.opendaylight.mdsal.binding.api.DataBroker broker, RecoverInput input) Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull RecoverOutput
RecoverOutputBuilder.build()
A newRecoverOutput
instance.Modifier 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.Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRecoverOutput
.