Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626.ReinstallOutput
Packages that use ReinstallOutput
Package
Description
-
Uses of ReinstallOutput in org.opendaylight.serviceutils.srm.impl
Methods in org.opendaylight.serviceutils.srm.impl that return ReinstallOutputModifier and TypeMethodDescriptionstatic ReinstallOutput
SrmRpcUtils.callSrmOp
(org.opendaylight.mdsal.binding.api.DataBroker broker, ReinstallInput input) Methods in org.opendaylight.serviceutils.srm.impl that return types with arguments of type ReinstallOutputModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with type parameters of type ReinstallOutputModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 that return ReinstallOutputModifier and TypeMethodDescription@NonNull ReinstallOutput
ReinstallOutputBuilder.build()
A newReinstallOutput
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 that return types with arguments of type ReinstallOutputModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with parameters of type ReinstallOutputModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with type arguments of type ReinstallOutputModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with parameters of type ReinstallOutputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReinstallOutput
.