public static class AlertEvent.AlertEventMetrics
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
curValue |
String |
metricName |
String |
metricNameEn |
String |
metricNameZh |
String |
operator |
String |
statistics |
String |
threshold |
String |
unit |
Float |
unitFactor |
| 构造器和说明 |
|---|
AlertEventMetrics() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AlertEvent.AlertEventMetrics |
build(Map<String,?> map) |
String |
getCurValue() |
String |
getMetricName() |
String |
getMetricNameEn() |
String |
getMetricNameZh() |
String |
getOperator() |
String |
getStatistics() |
String |
getThreshold() |
String |
getUnit() |
Float |
getUnitFactor() |
AlertEvent.AlertEventMetrics |
setCurValue(String curValue) |
AlertEvent.AlertEventMetrics |
setMetricName(String metricName) |
AlertEvent.AlertEventMetrics |
setMetricNameEn(String metricNameEn) |
AlertEvent.AlertEventMetrics |
setMetricNameZh(String metricNameZh) |
AlertEvent.AlertEventMetrics |
setOperator(String operator) |
AlertEvent.AlertEventMetrics |
setStatistics(String statistics) |
AlertEvent.AlertEventMetrics |
setThreshold(String threshold) |
AlertEvent.AlertEventMetrics |
setUnit(String unit) |
AlertEvent.AlertEventMetrics |
setUnitFactor(Float unitFactor) |
@NameInMap(value="CurValue") public String curValue
@NameInMap(value="MetricName") public String metricName
@NameInMap(value="MetricNameEn") public String metricNameEn
@NameInMap(value="MetricNameZh") public String metricNameZh
@NameInMap(value="Operator") public String operator
@NameInMap(value="Statistics") public String statistics
@NameInMap(value="Threshold") public String threshold
@NameInMap(value="Unit") public String unit
@NameInMap(value="UnitFactor") public Float unitFactor
public static AlertEvent.AlertEventMetrics build(Map<String,?> map) throws Exception
Exceptionpublic AlertEvent.AlertEventMetrics setCurValue(String curValue)
public String getCurValue()
public AlertEvent.AlertEventMetrics setMetricName(String metricName)
public String getMetricName()
public AlertEvent.AlertEventMetrics setMetricNameEn(String metricNameEn)
public String getMetricNameEn()
public AlertEvent.AlertEventMetrics setMetricNameZh(String metricNameZh)
public String getMetricNameZh()
public AlertEvent.AlertEventMetrics setOperator(String operator)
public String getOperator()
public AlertEvent.AlertEventMetrics setStatistics(String statistics)
public String getStatistics()
public AlertEvent.AlertEventMetrics setThreshold(String threshold)
public String getThreshold()
public AlertEvent.AlertEventMetrics setUnit(String unit)
public String getUnit()
public AlertEvent.AlertEventMetrics setUnitFactor(Float unitFactor)
public Float getUnitFactor()
Copyright © 2024. All rights reserved.