public class SimpleServiceMetricType extends SimpleMetricType implements ServiceMetricType
DOWNLOAD_BYTE_COUNT_NAME_SUFFIX, DOWNLOAD_THROUGHPUT_NAME_SUFFIX, UPLOAD_BYTE_COUNT_NAME_SUFFIX, UPLOAD_THROUGHPUT_NAME_SUFFIX| Constructor and Description |
|---|
SimpleServiceMetricType(java.lang.String name,
java.lang.String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServiceName() |
java.lang.String |
name()
Non-null name of the metric type.
|
equals, hashCode, toStringpublic SimpleServiceMetricType(java.lang.String name,
java.lang.String serviceName)
public java.lang.String name()
MetricTypename in interface MetricTypename in class SimpleMetricTypepublic java.lang.String getServiceName()
getServiceName in interface ServiceMetricType