Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.KnockKnockOutput
-
Packages that use KnockKnockOutput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 -
-
Uses of KnockKnockOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 with type parameters of type KnockKnockOutput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<KnockKnockOutput>>
E$$KnockKnockOutputBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 that return KnockKnockOutput Modifier and Type Method Description @NonNull KnockKnockOutputKnockKnockOutputBuilder. build()A newKnockKnockOutputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 that return types with arguments of type KnockKnockOutput Modifier and Type Method Description default Class<KnockKnockOutput>KnockKnockOutput. implementedInterface()com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<KnockKnockOutput>>OpendaylightOfMigrationTestModelService. knockKnock(KnockKnockInput input)Invokeknock-knockRPC.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 with parameters of type KnockKnockOutput Modifier and Type Method Description static booleanKnockKnockOutput. bindingEquals(@NonNull KnockKnockOutput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intKnockKnockOutput. bindingHashCode(@NonNull KnockKnockOutput obj)Default implementation ofObject.hashCode()contract for this interface.static StringKnockKnockOutput. bindingToString(@NonNull KnockKnockOutput obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 with type arguments of type KnockKnockOutput Modifier and Type Method Description KnockKnockOutputBuilderKnockKnockOutputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<KnockKnockOutput> augmentation)Add an augmentation to this builder's product.KnockKnockOutputBuilderKnockKnockOutputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<KnockKnockOutput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 with parameters of type KnockKnockOutput Constructor Description KnockKnockOutputBuilder(KnockKnockOutput base)Construct a builder initialized with state from specifiedKnockKnockOutput.
-