public class ConsumerMetricPerClientId
extends java.lang.Object
| Constructor and Description |
|---|
ConsumerMetricPerClientId(java.lang.String clientId,
ConsumerMetric consumerMetric)
ConsumerMetricPerClientId constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId()
Gets the clientId of the metric.
|
java.lang.String |
getMetricDescription()
Gets the description of the metric.
|
java.lang.String |
getMetricGroup()
Gets the metric group of the metric.
|
java.lang.String |
getMetricName()
Gets the name of the metric.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetricTags()
Gets the tags of the metric.
|
double |
getValue()
Gets the value of the metric.
|
public ConsumerMetricPerClientId(java.lang.String clientId,
ConsumerMetric consumerMetric)
clientId - An associated clientId.consumerMetric - An associated consumer metric.public java.lang.String getClientId()
public double getValue()
public java.lang.String getMetricName()
public java.lang.String getMetricDescription()
public java.lang.String getMetricGroup()
public java.util.Map<java.lang.String,java.lang.String> getMetricTags()