Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.ListenerTest
-
Packages that use ListenerTest Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825 -
-
Uses of ListenerTest in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825 with type parameters of type ListenerTest Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ListenerTest>>
E$$ListenerTestBuilder. 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.listener.rev150825 that return ListenerTest Modifier and Type Method Description @NonNull ListenerTestListenerTestBuilder. build()A newListenerTestinstance.ListenerTestListenerContainerData. getListenerTest()Return listenerTest, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825 that return types with arguments of type ListenerTest Modifier and Type Method Description default Class<ListenerTest>ListenerTest. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825 with parameters of type ListenerTest Modifier and Type Method Description static booleanListenerTest. bindingEquals(@NonNull ListenerTest thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intListenerTest. bindingHashCode(@NonNull ListenerTest obj)Default implementation ofObject.hashCode()contract for this interface.static StringListenerTest. bindingToString(@NonNull ListenerTest 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.listener.rev150825 with type arguments of type ListenerTest Modifier and Type Method Description ListenerTestBuilderListenerTestBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ListenerTest> augmentation)Add an augmentation to this builder's product.ListenerTestBuilderListenerTestBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListenerTest>> 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.listener.rev150825 with parameters of type ListenerTest Constructor Description ListenerTestBuilder(ListenerTest base)Construct a builder initialized with state from specifiedListenerTest.
-