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
-
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 ListenerTestModifier and TypeMethodDescription<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 ListenerTestModifier and TypeMethodDescription@NonNull ListenerTestListenerTestBuilder.build()A newListenerTestinstance.static @NonNull ListenerTestListenerTestBuilder.empty()Get empty instance of ListenerTest.ListenerContainerData.getListenerTest()Return listenerTest, ornullif it is not present.@NonNull ListenerTestListenerContainerData.nonnullListenerTest()Return listenerTest, or an empty instance if 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 ListenerTestModifier and TypeMethodDescriptiondefault 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 ListenerTestModifier and TypeMethodDescriptionstatic 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 ListenerTestModifier and TypeMethodDescriptionListenerTestBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ListenerTest> augmentation) Add an augmentation to this builder's product.ListenerTestBuilder.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 ListenerTestModifierConstructorDescriptionConstruct a builder initialized with state from specifiedListenerTest.