public class Line extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Line() | 
| Line(Line source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float[] | getDataSerial()Get 数据序列 | 
| String | getMetricName()Get 指标名 | 
| String | getMetricNameCN()Get 指标中文名 | 
| String | getMetricUnit()Get 指标数据单位 | 
| ApmTag[] | getTags()Get 维度列表 | 
| Long[] | getTimeSerial()Get 时间序列 | 
| void | setDataSerial(Float[] DataSerial)Set 数据序列 | 
| void | setMetricName(String MetricName)Set 指标名 | 
| void | setMetricNameCN(String MetricNameCN)Set 指标中文名 | 
| void | setMetricUnit(String MetricUnit)Set 指标数据单位 | 
| void | setTags(ApmTag[] Tags)Set 维度列表 | 
| void | setTimeSerial(Long[] TimeSerial)Set 时间序列 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Line()
public Line(Line source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName - 指标名public String getMetricNameCN()
public void setMetricNameCN(String MetricNameCN)
MetricNameCN - 指标中文名public Long[] getTimeSerial()
public void setTimeSerial(Long[] TimeSerial)
TimeSerial - 时间序列public Float[] getDataSerial()
public void setDataSerial(Float[] DataSerial)
DataSerial - 数据序列public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags - 维度列表public String getMetricUnit()
public void setMetricUnit(String MetricUnit)
MetricUnit - 指标数据单位Copyright © 2025. All rights reserved.