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 org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 -
-
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 Lists Modifier and Type Method Description <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 Lists Modifier and Type Method Description @NonNull ListsListsBuilder. build()A newListsinstance.ListsOpendaylightSalTestStoreData. getLists()Return lists, ornullif 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 Lists Modifier and Type Method Description default Class<Lists>Lists. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 with parameters of type Lists Modifier and Type Method Description static 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 Lists Modifier and Type Method Description ListsBuilderListsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Lists> augmentation)Add an augmentation to this builder's product.ListsBuilderListsBuilder. 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 Lists Constructor Description ListsBuilder(Lists base)Construct a builder initialized with state from specifiedLists.
-