Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626.ReinstallInput
Packages that use ReinstallInput
Package
Description
-
Uses of ReinstallInput in org.opendaylight.serviceutils.srm.spi
Methods in org.opendaylight.serviceutils.srm.spi with parameters of type ReinstallInputModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ReinstallOutput> RegistryControl.reinstall(ReinstallInput input) -
Uses of ReinstallInput 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 ReinstallInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ReinstallInput>>
E$$ReinstallInputBuilder.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 ReinstallInputModifier and TypeMethodDescription@NonNull ReinstallInputReinstallInputBuilder.build()A newReinstallInputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 that return types with arguments of type ReinstallInputModifier and TypeMethodDescriptiondefault Class<ReinstallInput> ReinstallInput.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with parameters of type ReinstallInputModifier and TypeMethodDescriptionstatic booleanReinstallInput.bindingEquals(@NonNull ReinstallInput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intReinstallInput.bindingHashCode(@NonNull ReinstallInput obj) Default implementation ofObject.hashCode()contract for this interface.static StringReinstallInput.bindingToString(@NonNull ReinstallInput obj) Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReinstallOutput>> Reinstall.invoke(ReinstallInput input) Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.rpc.rev180626 with type arguments of type ReinstallInputModifier and TypeMethodDescriptionReinstallInputBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ReinstallInput> augmentation) Add an augmentation to this builder's product.ReinstallInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ReinstallInput>> 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 ReinstallInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReinstallInput.