public class MetricInfo extends Object implements Serializable
| Constructor and Description |
|---|
MetricInfo()
No args constructor for use in serialization
|
MetricInfo(BucketsDefinition buckets,
MetricKind kind,
String metricType,
ValueType value) |
| Modifier and Type | Method and Description |
|---|---|
BucketsDefinition |
getBuckets() |
MetricKind |
getKind() |
String |
getMetricType() |
ValueType |
getValue() |
void |
setBuckets(BucketsDefinition buckets) |
void |
setKind(MetricKind kind) |
void |
setMetricType(String metricType) |
void |
setValue(ValueType value) |
public MetricInfo()
public MetricInfo(BucketsDefinition buckets, MetricKind kind, String metricType, ValueType value)
metricType - kind - buckets - value - public BucketsDefinition getBuckets()
public void setBuckets(BucketsDefinition buckets)
public MetricKind getKind()
public void setKind(MetricKind kind)
public String getMetricType()
public void setMetricType(String metricType)
public ValueType getValue()
public void setValue(ValueType value)
Copyright © 2017–2018 Red Hat. All rights reserved.