public class HealthScoreTimeSeriesData extends AbstractModel
header, skipSign
Constructor and Description |
---|
HealthScoreTimeSeriesData() |
HealthScoreTimeSeriesData(HealthScoreTimeSeriesData 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 |
getAvg()
Get 平均得分
|
Long |
getHealthStatus()
Get 健康状态
1-health
2-warning
3-critical
|
String |
getMetric()
Get 指标名称
|
Long[] |
getSeries()
Get 得分序列
|
Long[] |
getTimestamp()
Get 时间序列,单位:毫秒数
|
String |
getUnit()
Get 单位
|
void |
setAvg(Float Avg)
Set 平均得分
|
void |
setHealthStatus(Long HealthStatus)
Set 健康状态
1-health
2-warning
3-critical
|
void |
setMetric(String Metric)
Set 指标名称
|
void |
setSeries(Long[] Series)
Set 得分序列
|
void |
setTimestamp(Long[] Timestamp)
Set 时间序列,单位:毫秒数
|
void |
setUnit(String Unit)
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, toJsonString
public HealthScoreTimeSeriesData()
public HealthScoreTimeSeriesData(HealthScoreTimeSeriesData source)
public Float getAvg()
public void setAvg(Float Avg)
Avg
- 平均得分public Long getHealthStatus()
public void setHealthStatus(Long HealthStatus)
HealthStatus
- 健康状态
1-health
2-warning
3-criticalpublic String getMetric()
public void setMetric(String Metric)
Metric
- 指标名称public Long[] getSeries()
public void setSeries(Long[] Series)
Series
- 得分序列public Long[] getTimestamp()
public void setTimestamp(Long[] Timestamp)
Timestamp
- 时间序列,单位:毫秒数public String getUnit()
public void setUnit(String Unit)
Unit
- 单位Copyright © 2025. All rights reserved.