host.anzo.commons.emergency.metric.MetricResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core Show documentation
Show all versions of commons-core Show documentation
Commons library to make me happy.
package host.anzo.commons.emergency.metric;
import lombok.Data;
/**
* @author ANZO
*/
@Data
public class MetricResult {
private String name;
private MetricGroupType metricGroupType;
private String data;
}