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()Return listItem, ornullif it is not present..Map<ListItemKey,ListItem>ListenerTestBuilder. getListItem()default @NonNull Map<ListItemKey,ListItem>ListenerTest. nonnullListItem()Return listItem, or an empty list if it is not present..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()Methods 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 Modifier and Type Method Description static booleanListItem. bindingEquals(@NonNull ListItem thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intListItem. bindingHashCode(@NonNull ListItem obj)Default implementation ofObject.hashCode()contract for this interface.static StringListItem. bindingToString(@NonNull ListItem 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.listener.test with type arguments of type ListItem Modifier and Type Method Description 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)
-