Uses of Class
org.openflow.protocol.statistics.OFMeterBandStatistics

Packages that use OFMeterBandStatistics
org.openflow.protocol.statistics   
 

Uses of OFMeterBandStatistics in org.openflow.protocol.statistics
 

Fields in org.openflow.protocol.statistics with type parameters of type OFMeterBandStatistics
protected  java.util.List<OFMeterBandStatistics> OFMeterStatisticsReply.bandStatistics
           
 

Methods in org.openflow.protocol.statistics that return types with arguments of type OFMeterBandStatistics
 java.util.List<OFMeterBandStatistics> OFMeterStatisticsReply.getBandStatistics()
           
 

Method parameters in org.openflow.protocol.statistics with type arguments of type OFMeterBandStatistics
 OFMeterStatisticsReply OFMeterStatisticsReply.setBandStatistics(java.util.List<OFMeterBandStatistics> bandStatistics)