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