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()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 ListItem Modifier and Type Method Description ListenerTestBuilderListenerTestBuilder. 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 ListItem Modifier and Type Method Description <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 ListItem Modifier and Type Method Description @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 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)Construct a builder initialized with state from specifiedListItem.
-