public class LogicalMetricInfo extends Object
Constructor and Description |
---|
LogicalMetricInfo(String name)
Constructor.
|
LogicalMetricInfo(String name,
String longName)
Constructor.
|
LogicalMetricInfo(String name,
String longName,
String category,
String description)
Constructor.
|
LogicalMetricInfo(String name,
String longName,
String category,
String description,
String type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Returns the category of the metric.
|
String |
getDescription()
Returns the description of the metric.
|
String |
getLongName()
Returns the long name of the metric.
|
String |
getName()
Returns the name of the metric.
|
String |
getType()
Returns the type of the metric.
|
public LogicalMetricInfo(String name, String longName, String category, String description, String type)
name
- Name of the metriclongName
- Long name of the metriccategory
- Category of the metricdescription
- Description of the metrictype
- Type of metricpublic LogicalMetricInfo(String name, String longName, String category, String description)
name
- Name of the metriclongName
- Long name of the metriccategory
- Category of the metricdescription
- Description of the metricpublic LogicalMetricInfo(String name)
name
- Name of the metricpublic String getName()
public String getLongName()
public String getCategory()
public String getDescription()
public String getType()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.