public class Metric extends Object implements Serializable
| Constructor and Description | 
|---|
Metric()  | 
Metric(String name,
      MetricType type,
      String group)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getGroup()  | 
String | 
getName()  | 
MetricType | 
getType()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public Metric()
public Metric(String name, MetricType type, String group)
public String getName()
public MetricType getType()
public String getGroup()
Copyright © 2016. All rights reserved.