Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.meter.config.stats.reply.MeterConfigStats
-
-
Uses of MeterConfigStats in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor
Methods in org.opendaylight.openflowplugin.openflow.md.core.sal.convertor that return types with arguments of type MeterConfigStats Modifier and Type Method Description List<MeterConfigStats>
MeterConfigStatsResponseConvertor. convert(List<MeterConfig> source, VersionConvertorData data)
-
Uses of MeterConfigStats 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 types with arguments of type MeterConfigStats Modifier and Type Method Description Map<MeterConfigStatsKey,MeterConfigStats>
GetAllMeterConfigStatisticsOutputBuilder. getMeterConfigStats()
Return current value associated with the property corresponding toMeterConfigStatsReply.getMeterConfigStats()
.Map<MeterConfigStatsKey,MeterConfigStats>
MeterConfigStatsUpdatedBuilder. getMeterConfigStats()
Return current value associated with the property corresponding toMeterConfigStatsReply.getMeterConfigStats()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111 with type arguments of type MeterConfigStats Modifier and Type Method Description GetAllMeterConfigStatisticsOutputBuilder
GetAllMeterConfigStatisticsOutputBuilder. setMeterConfigStats(Map<MeterConfigStatsKey,MeterConfigStats> values)
Set the property corresponding toMeterConfigStatsReply.getMeterConfigStats()
to the specified value.MeterConfigStatsUpdatedBuilder
MeterConfigStatsUpdatedBuilder. setMeterConfigStats(Map<MeterConfigStatsKey,MeterConfigStats> values)
Set the property corresponding toMeterConfigStatsReply.getMeterConfigStats()
to the specified value. -
Uses of MeterConfigStats in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.multipart.reply.multipart.reply.body
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.multipart.reply.multipart.reply.body that return types with arguments of type MeterConfigStats Modifier and Type Method Description Map<MeterConfigStatsKey,MeterConfigStats>
MultipartReplyMeterConfigBuilder. getMeterConfigStats()
Return current value associated with the property corresponding toMeterConfigStatsReply.getMeterConfigStats()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.statistics.rev131111.multipart.reply.multipart.reply.body with type arguments of type MeterConfigStats Modifier and Type Method Description MultipartReplyMeterConfigBuilder
MultipartReplyMeterConfigBuilder. setMeterConfigStats(Map<MeterConfigStatsKey,MeterConfigStats> values)
Set the property corresponding toMeterConfigStatsReply.getMeterConfigStats()
to the specified value. -
Uses of MeterConfigStats in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918 that return types with arguments of type MeterConfigStats Modifier and Type Method Description @Nullable Map<MeterConfigStatsKey,MeterConfigStats>
MeterConfigStatsReply. getMeterConfigStats()
Return meterConfigStats, ornull
if it is not present.default @NonNull Map<MeterConfigStatsKey,MeterConfigStats>
MeterConfigStatsReply. nonnullMeterConfigStats()
Return meterConfigStats, or an empty list if it is not present. -
Uses of MeterConfigStats in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.meter.config.stats.reply
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.meter.config.stats.reply with type parameters of type MeterConfigStats Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MeterConfigStats>>
E$$MeterConfigStatsBuilder. augmentation(Class<E$$> augmentationType)
Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.meter.config.stats.reply that return MeterConfigStats Modifier and Type Method Description @NonNull MeterConfigStats
MeterConfigStatsBuilder. build()
A newMeterConfigStats
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.meter.config.stats.reply that return types with arguments of type MeterConfigStats Modifier and Type Method Description default Class<MeterConfigStats>
MeterConfigStats. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.meter.config.stats.reply with parameters of type MeterConfigStats Modifier and Type Method Description static boolean
MeterConfigStats. bindingEquals(@NonNull MeterConfigStats thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
MeterConfigStats. bindingHashCode(@NonNull MeterConfigStats obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
MeterConfigStats. bindingToString(@NonNull MeterConfigStats obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.meter.config.stats.reply with type arguments of type MeterConfigStats Modifier and Type Method Description MeterConfigStatsBuilder
MeterConfigStatsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MeterConfigStats> augmentation)
Add an augmentation to this builder's product.MeterConfigStatsBuilder
MeterConfigStatsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MeterConfigStats>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.meter.types.rev130918.meter.config.stats.reply with parameters of type MeterConfigStats Constructor Description MeterConfigStatsBuilder(MeterConfigStats base)
Construct a builder initialized with state from specifiedMeterConfigStats
.
-