Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422.ListsBuilder
-
Packages that use ListsBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.store.rev140422 -
-
Uses of ListsBuilder 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 that return ListsBuilder 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.ListsBuilderListsBuilder. setOrderedContainer(OrderedContainer value)Set the property corresponding toLists.getOrderedContainer()to the specified value.ListsBuilderListsBuilder. setUnkeyedContainer(UnkeyedContainer value)Set the property corresponding toLists.getUnkeyedContainer()to the specified value.ListsBuilderListsBuilder. setUnorderedContainer(UnorderedContainer value)Set the property corresponding toLists.getUnorderedContainer()to the specified value.
-