Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.ListenerTestBuilder
-
Packages that use ListenerTestBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825 -
-
Uses of ListenerTestBuilder 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 that return ListenerTestBuilder Modifier and Type Method Description ListenerTestBuilderListenerTestBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListenerTest>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ListenerTest> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitheraddAugmentation(Augmentation)orremoveAugmentation(Class)instead.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.ListenerTestBuilderListenerTestBuilder. setListItem(List<ListItem> values)Deprecated, for removal: This API element is subject to removal in a future version.Use {#link #setListItem(Map)} instead.ListenerTestBuilderListenerTestBuilder. setListItem(Map<ListItemKey,ListItem> values)
-