public class MetricComponent extends Object implements ComponentId
| Constructor and Description | 
|---|
MetricComponent(String id,
               MetricType type,
               String name,
               String label,
               List<Metric> metrics)  | 
MetricComponent(String id,
               MetricType type,
               String name,
               String label,
               List<Metric> metrics,
               String targetedServiceName)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getId()  | 
String | 
getLabel()  | 
List<Metric> | 
getMetrics()  | 
String | 
getName()  | 
String | 
getTargetedServiceName()  | 
MetricType | 
getType()  | 
public MetricComponent(String id, MetricType type, String name, String label, List<Metric> metrics)
public String getId()
getId in interface ComponentIdpublic String getName()
public String getLabel()
public MetricType getType()
public String getTargetedServiceName()
Copyright © 2014–2016 Soabase. All rights reserved.