public class Line extends AbstractModel
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 数据序列
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMetricName()
Get 指标名
|
String |
getMetricNameCN()
Get 指标中文名
|
ApmTag[] |
getTags()
Get 维度列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getTimeSerial()
Get 时间序列
|
void |
setDataSerial(Float[] DataSerial)
Set 数据序列
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMetricName(String MetricName)
Set 指标名
|
void |
setMetricNameCN(String MetricNameCN)
Set 指标中文名
|
void |
setTags(ApmTag[] Tags)
Set 维度列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeSerial(Long[] TimeSerial)
Set 时间序列
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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
- 数据序列
注意:此字段可能返回 null,表示取不到有效值。public ApmTag[] getTags()
public void setTags(ApmTag[] Tags)
Tags
- 维度列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.