Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.PutTopInput
-
Packages that use PutTopInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701 -
-
Uses of PutTopInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701 with type parameters of type PutTopInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PutTopInput>>
E$$PutTopInputBuilder. 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.test.list.rev140701 that return PutTopInput Modifier and Type Method Description @NonNull PutTopInputPutTopInputBuilder. build()A newPutTopInputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701 that return types with arguments of type PutTopInput Modifier and Type Method Description default Class<PutTopInput>PutTopInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701 with parameters of type PutTopInput Modifier and Type Method Description static booleanPutTopInput. bindingEquals(@NonNull PutTopInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intPutTopInput. bindingHashCode(@NonNull PutTopInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringPutTopInput. bindingToString(@NonNull PutTopInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PutTopOutput>>OpendaylightMdsalListTestService. putTop(PutTopInput input)Invokeput-topRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701 with type arguments of type PutTopInput Modifier and Type Method Description PutTopInputBuilderPutTopInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PutTopInput> augmentation)Add an augmentation to this builder's product.PutTopInputBuilderPutTopInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PutTopInput>> 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.test.list.rev140701 with parameters of type PutTopInput Constructor Description PutTopInputBuilder(PutTopInput base)Construct a builder initialized with state from specifiedPutTopInput.
-