Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.listener.test.ListItem
Packages that use ListItem
Package
Description
-
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 ListItemModifier and TypeMethodDescription@Nullable Map<ListItemKey,ListItem> ListenerTest.getListItem()Return listItem, ornullif it is not present.ListenerTestBuilder.getListItem()Return current value associated with the property corresponding toListenerTest.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 ListItemModifier and TypeMethodDescriptionListenerTestBuilder.setListItem(Map<ListItemKey, ListItem> values) Set the property corresponding toListenerTest.getListItem()to the specified value. -
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 ListItemModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ListItem>>
E$$ListItemBuilder.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.listener.test that return ListItemModifier and TypeMethodDescription@NonNull ListItemListItemBuilder.build()A newListIteminstance.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 ListItemMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.listener.test with parameters of type ListItemModifier and TypeMethodDescriptionstatic 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 ListItemModifier and TypeMethodDescriptionListItemBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ListItem> augmentation) Add an augmentation to this builder's product.ListItemBuilder.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 ListItemModifierConstructorDescriptionListItemBuilder(ListItem base) Construct a builder initialized with state from specifiedListItem.