Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.send.experimenter.input.experimenter.message.of.choice.bundle.control.sal.SalControlDataBuilder
Package
Description
-
Uses of SalControlDataBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.onf.bundle.service.rev170124.send.experimenter.input.experimenter.message.of.choice.bundle.control.sal
Modifier and TypeMethodDescriptionSalControlDataBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SalControlData> augmentation) Add an augmentation to this builder's product.SalControlDataBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SalControlData>> augmentationType) Remove an augmentation from this builder's product.SalControlDataBuilder.setBundleId
(BundleId value) Set the property corresponding toBundleCommonGrouping.getBundleId()
to the specified value.SalControlDataBuilder.setBundleProperty
(List<BundleProperty> values) Set the property corresponding toBundleCommonGrouping.getBundleProperty()
to the specified value.SalControlDataBuilder.setFlags
(BundleFlags value) Set the property corresponding toBundleCommonGrouping.getFlags()
to the specified value.SalControlDataBuilder.setType
(BundleControlType value) Set the property corresponding toBundleControlGrouping.getType()
to the specified value.