Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.listener.test.ListItem
-
-
Uses of ListItem 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 types with arguments of type ListItem Modifier and Type Method Description @Nullable Map<ListItemKey,ListItem>ListenerTest. getListItem()Map<ListItemKey,ListItem>ListenerTestBuilder. getListItem()default @NonNull Map<ListItemKey,ListItem>ListenerTest. nonnullListItem()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 ListItem Modifier and Type Method Description 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) -
Uses of ListItem in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.listener.test
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.listener.test with type parameters of type ListItem Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ListItem>>
E$$ListItemBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.listener.test that return ListItem Modifier and Type Method Description ListItemListItemBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.listener.test that return types with arguments of type ListItem Modifier and Type Method Description default Class<ListItem>ListItem. implementedInterface()Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.listener.test with type arguments of type ListItem Modifier and Type Method Description ListItemBuilderListItemBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListItem>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ListItem> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherListItemBuilder.addAugmentation(Augmentation)orListItemBuilder.removeAugmentation(Class)instead.ListItemBuilderListItemBuilder. addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListItem>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ListItem> augmentationValue)Deprecated, for removal: This API element is subject to removal in a future version.Use eitherListItemBuilder.addAugmentation(Augmentation)orListItemBuilder.removeAugmentation(Class)instead.ListItemBuilderListItemBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ListItem> augmentation)Add an augmentation to this builder's product.ListItemBuilderListItemBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ListItem>> 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.listener.test with parameters of type ListItem Constructor Description ListItemBuilder(ListItem base)
-