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