Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.meter.crud._case.aug.flat.batch.remove.meter._case.FlatBatchRemoveMeterBuilder
Packages that use FlatBatchRemoveMeterBuilder
Package
Description
-
Uses of FlatBatchRemoveMeterBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.meter.crud._case.aug.flat.batch.remove.meter._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flat.batch.service.rev160321.flat.batch.meter.crud._case.aug.flat.batch.remove.meter._case that return FlatBatchRemoveMeterBuilderModifier and TypeMethodDescriptionFlatBatchRemoveMeterBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<FlatBatchRemoveMeter> augmentation) Add an augmentation to this builder's product.FlatBatchRemoveMeterBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<FlatBatchRemoveMeter>> augmentationType) Remove an augmentation from this builder's product.FlatBatchRemoveMeterBuilder.setBarrier
(Boolean value) Set the property corresponding toMeter.getBarrier()
to the specified value.FlatBatchRemoveMeterBuilder.setBatchOrder
(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toBatchOrderGrouping.getBatchOrder()
to the specified value.FlatBatchRemoveMeterBuilder.setContainerName
(String value) Set the property corresponding toMeter.getContainerName()
to the specified value.FlatBatchRemoveMeterBuilder.setFlags
(MeterFlags value) Set the property corresponding toMeter.getFlags()
to the specified value.FlatBatchRemoveMeterBuilder.setMeterBandHeaders
(MeterBandHeaders value) Set the property corresponding toMeter.getMeterBandHeaders()
to the specified value.FlatBatchRemoveMeterBuilder.setMeterId
(MeterId value) Set the property corresponding toMeter.getMeterId()
to the specified value.FlatBatchRemoveMeterBuilder.setMeterName
(String value) Set the property corresponding toMeter.getMeterName()
to the specified value.FlatBatchRemoveMeterBuilder.withKey
(FlatBatchRemoveMeterKey key) Set the key value corresponding toFlatBatchRemoveMeter.key()
to the specified value.