Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626.ReinstallOutput
Package
Description
-
Uses of ReinstallOutput in org.opendaylight.serviceutils.srm.impl
Modifier and TypeMethodDescriptionstatic ReinstallOutput
SrmRpcUtils.callSrmOp
(org.opendaylight.mdsal.binding.api.DataBroker broker, ReinstallInput input) Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReinstallOutput>>
SrmRpcProvider.reinstall
(ReinstallInput input) -
Uses of ReinstallOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ReinstallOutput>>
E$$ReinstallOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull ReinstallOutput
ReinstallOutputBuilder.build()
A newReinstallOutput
instance.Modifier and TypeMethodDescriptiondefault Class<ReinstallOutput>
ReinstallOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReinstallOutput>>
OdlSrmRpcsService.reinstall
(ReinstallInput input) Invokereinstall
RPC.Modifier and TypeMethodDescriptionstatic boolean
ReinstallOutput.bindingEquals
(@NonNull ReinstallOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ReinstallOutput.bindingHashCode
(@NonNull ReinstallOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ReinstallOutput.bindingToString
(@NonNull ReinstallOutput obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionReinstallOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ReinstallOutput> augmentation) Add an augmentation to this builder's product.ReinstallOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ReinstallOutput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReinstallOutput
.