public final class ParameterizedMetricKey extends Object
Modifier and Type | Field and Description |
---|---|
MetricKey<? extends Metric> |
key
The metric key.
|
MetricVersion |
version
The version of the metric.
|
Modifier and Type | Method and Description |
---|---|
static ParameterizedMetricKey |
build(MetricKey<? extends Metric> key,
MetricVersion version)
Builds a parameterized metric key.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final MetricVersion version
public static ParameterizedMetricKey build(MetricKey<? extends Metric> key, MetricVersion version)
Copyright © 2002–2017 PMD. All rights reserved.