public class MetricKey extends Object
| Constructor and Description |
|---|
MetricKey(MetricType type,
String domain,
MetricProperty... properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDomain() |
MetricProperty[] |
getProperties() |
MetricType |
getType() |
int |
hashCode() |
public MetricKey(MetricType type, String domain, MetricProperty... properties)
public MetricType getType()
public String getDomain()
public MetricProperty[] getProperties()
Copyright © 2016. All rights reserved.