Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.CleanupStoreOutput
-
Packages that use CleanupStoreOutput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 -
-
Uses of CleanupStoreOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with type parameters of type CleanupStoreOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanupStoreOutput>>
E$$CleanupStoreOutputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return CleanupStoreOutput Modifier and Type Method Description CleanupStoreOutputCleanupStoreOutputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 that return types with arguments of type CleanupStoreOutput Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<CleanupStoreOutput>>DsbenchmarkService. cleanupStore(CleanupStoreInput input)Invokecleanup-storeRPC.default Class<CleanupStoreOutput>CleanupStoreOutput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type CleanupStoreOutput Modifier and Type Method Description static booleanCleanupStoreOutput. bindingEquals(@NonNull CleanupStoreOutput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intCleanupStoreOutput. bindingHashCode(@NonNull CleanupStoreOutput obj)Default implementation ofObject.hashCode()contract for this interface.static StringCleanupStoreOutput. bindingToString(@NonNull CleanupStoreOutput obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with type arguments of type CleanupStoreOutput Modifier and Type Method Description CleanupStoreOutputBuilderCleanupStoreOutputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<CleanupStoreOutput> augmentation)Add an augmentation to this builder's product.CleanupStoreOutputBuilderCleanupStoreOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CleanupStoreOutput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105 with parameters of type CleanupStoreOutput Constructor Description CleanupStoreOutputBuilder(CleanupStoreOutput base)
-