Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.GetMeterStatisticsOutputBuilder
Packages that use GetMeterStatisticsOutputBuilder
-
Uses of GetMeterStatisticsOutputBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111 that return GetMeterStatisticsOutputBuilderModifier and TypeMethodDescriptionGetMeterStatisticsOutputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetMeterStatisticsOutput> augmentation) Add an augmentation to this builder's product.GetMeterStatisticsOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetMeterStatisticsOutput>> augmentationType) Remove an augmentation from this builder's product.GetMeterStatisticsOutputBuilder.setMeterStats
(Map<MeterStatsKey, MeterStats> values) Set the property corresponding toMeterStatisticsReply.getMeterStats()
to the specified value.GetMeterStatisticsOutputBuilder.setTransactionId
(TransactionId value) Set the property corresponding toTransactionAware.getTransactionId()
to the specified value.