Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.meter.update.OriginalMeterBuilder
Packages that use OriginalMeterBuilder
Package
Description
-
Uses of OriginalMeterBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.meter.update
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.service.rev130918.meter.update that return OriginalMeterBuilderModifier and TypeMethodDescriptionOriginalMeterBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<OriginalMeter> augmentation) Add an augmentation to this builder's product.OriginalMeterBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OriginalMeter>> augmentationType) Remove an augmentation from this builder's product.OriginalMeterBuilder.setBarrier
(Boolean value) Set the property corresponding toMeter.getBarrier()
to the specified value.OriginalMeterBuilder.setContainerName
(String value) Set the property corresponding toMeter.getContainerName()
to the specified value.OriginalMeterBuilder.setFlags
(MeterFlags value) Set the property corresponding toMeter.getFlags()
to the specified value.OriginalMeterBuilder.setMeterBandHeaders
(MeterBandHeaders value) Set the property corresponding toMeter.getMeterBandHeaders()
to the specified value.OriginalMeterBuilder.setMeterId
(MeterId value) Set the property corresponding toMeter.getMeterId()
to the specified value.OriginalMeterBuilder.setMeterName
(String value) Set the property corresponding toMeter.getMeterName()
to the specified value.