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