Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.Lists
Packages that use Lists
Package
Description
-
Uses of Lists in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 with type parameters of type ListsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Lists>>
E$$ListsBuilder.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.store.rev140422 that return ListsModifier and TypeMethodDescription@NonNull ListsListsBuilder.build()A newListsinstance.static @NonNull ListsListsBuilder.empty()Get empty instance of Lists.OpendaylightSalTestStoreData.getLists()Return lists, ornullif it is not present.@NonNull ListsOpendaylightSalTestStoreData.nonnullLists()Return lists, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 that return types with arguments of type ListsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 with parameters of type ListsModifier and TypeMethodDescriptionstatic booleanLists.bindingEquals(@NonNull Lists thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intLists.bindingHashCode(@NonNull Lists obj) Default implementation ofObject.hashCode()contract for this interface.static StringLists.bindingToString(@NonNull Lists 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.store.rev140422 with type arguments of type ListsModifier and TypeMethodDescriptionListsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Lists> augmentation) Add an augmentation to this builder's product.ListsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Lists>> 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.store.rev140422 with parameters of type ListsModifierConstructorDescriptionListsBuilder(Lists base) Construct a builder initialized with state from specifiedLists.