Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.TopLevelListBuilder
Packages that use TopLevelListBuilder
Package
Description
-
Uses of TopLevelListBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list that return TopLevelListBuilderModifier and TypeMethodDescriptionTopLevelListBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList> augmentation) Add an augmentation to this builder's product.TopLevelListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TopLevelList>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toTopLevelList.getName()to the specified value.TopLevelListBuilder.setNestedList(List<NestedList> values) Set the property corresponding toTopLevelList.getNestedList()to the specified value.TopLevelListBuilder.withKey(TopLevelListKey key) Set the key value corresponding toTopLevelList.key()to the specified value.