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 Data sequence.
|
String |
getMetricName()
Get Metric name.
|
String |
getMetricNameCN()
Get Metric chinese name.
|
ApmTag[] |
getTags()
Get Dimension list.
|
Long[] |
getTimeSerial()
Get Time series.
|
void |
setDataSerial(Float[] DataSerial)
Set Data sequence.
|
void |
setMetricName(String MetricName)
Set Metric name.
|
void |
setMetricNameCN(String MetricNameCN)
Set Metric chinese name.
|
void |
setTags(ApmTag[] Tags)
Set Dimension list.
|
void |
setTimeSerial(Long[] TimeSerial)
Set Time series.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Line()
public Line(Line source)
public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Metric name.public String getMetricNameCN()
public void setMetricNameCN(String MetricNameCN)
MetricNameCN
- Metric chinese name.public Long[] getTimeSerial()
public void setTimeSerial(Long[] TimeSerial)
TimeSerial
- Time series.public Float[] getDataSerial()
public void setDataSerial(Float[] DataSerial)
DataSerial
- Data sequence.public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags
- Dimension list.Copyright © 2025. All rights reserved.