![JAR search and dependency download from the Maven repository](/logo.png)
net.wicp.tams.common.metrics.entity.statisticbean.StatisticGaugeBean Maven / Gradle / Ivy
package net.wicp.tams.common.metrics.entity.statisticbean;
import com.codahale.metrics.Gauge;
public class StatisticGaugeBean extends StatisticBean{
public Gauge getGauge() {
return gauge;
}
public void setGauge(Gauge gauge) {
this.gauge = gauge;
}
Gauge gauge;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy