Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.general.rev140714.general.extension.list.grouping.ExtensionListBuilder
Packages that use ExtensionListBuilder
Package
Description
-
Uses of ExtensionListBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.general.rev140714.general.extension.list.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.general.rev140714.general.extension.list.grouping that return ExtensionListBuilderModifier and TypeMethodDescriptionExtensionListBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ExtensionList> augmentation) Add an augmentation to this builder's product.ExtensionListBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ExtensionList>> augmentationType) Remove an augmentation from this builder's product.ExtensionListBuilder.setExtension
(Extension value) Set the property corresponding toGeneralExtensionGrouping.getExtension()
to the specified value.ExtensionListBuilder.setExtensionKey
(ExtensionKey value) Set the property corresponding toGeneralExtensionGrouping.getExtensionKey()
to the specified value.ExtensionListBuilder.withKey
(ExtensionListKey key) Set the key value corresponding toExtensionList.key()
to the specified value.