Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec.OuterListBuilder
Packages that use OuterListBuilder
Package
Description
-
Uses of OuterListBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.dsbenchmark.rev150105.test.exec that return OuterListBuilderModifier and TypeMethodDescriptionOuterListBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<OuterList> augmentation) Add an augmentation to this builder's product.OuterListBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<OuterList>> augmentationType) Remove an augmentation from this builder's product.Set the property corresponding toOuterList.getId()to the specified value.OuterListBuilder.setInnerList(Map<InnerListKey, InnerList> values) Set the property corresponding toOuterList.getInnerList()to the specified value.OuterListBuilder.setOuterChoice(OuterChoice value) Set the property corresponding toOuterList.getOuterChoice()to the specified value.OuterListBuilder.withKey(OuterListKey key) Set the key value corresponding toOuterList.key()to the specified value.