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.spi
Methods in org.opendaylight.serviceutils.srm.spi that return types with arguments of type ReinstallOutputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ReinstallOutput> RegistryControl.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.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 ReinstallOutputReinstallOutputBuilder.build()A newReinstallOutputinstance.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>> Reinstall.invoke(ReinstallInput input) Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with parameters of type ReinstallOutputModifier and TypeMethodDescriptionstatic booleanReinstallOutput.bindingEquals(@NonNull ReinstallOutput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intReinstallOutput.bindingHashCode(@NonNull ReinstallOutput obj) Default implementation ofObject.hashCode()contract for this interface.static StringReinstallOutput.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.binding.Augmentation<ReinstallOutput> augmentation) Add an augmentation to this builder's product.ReinstallOutputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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.