Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210.KnockKnockInput
-
Packages that use KnockKnockInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.of.migration.test.model.rev150210 -
-
Uses of KnockKnockInput 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 KnockKnockInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<KnockKnockInput>>
E$$KnockKnockInputBuilder. 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 KnockKnockInput Modifier and Type Method Description @NonNull KnockKnockInputKnockKnockInputBuilder. build()A newKnockKnockInputinstance.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 KnockKnockInput Modifier and Type Method Description default Class<KnockKnockInput>KnockKnockInput. implementedInterface()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 KnockKnockInput Modifier and Type Method Description static booleanKnockKnockInput. bindingEquals(@NonNull KnockKnockInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intKnockKnockInput. bindingHashCode(@NonNull KnockKnockInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringKnockKnockInput. bindingToString(@NonNull KnockKnockInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<KnockKnockOutput>>OpendaylightOfMigrationTestModelService. knockKnock(KnockKnockInput input)Invokeknock-knockRPC.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 KnockKnockInput Modifier and Type Method Description KnockKnockInputBuilderKnockKnockInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<KnockKnockInput> augmentation)Add an augmentation to this builder's product.KnockKnockInputBuilderKnockKnockInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<KnockKnockInput>> 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 KnockKnockInput Constructor Description KnockKnockInputBuilder(KnockKnockInput base)Construct a builder initialized with state from specifiedKnockKnockInput.
-