public class MetricThreshold extends AbstractModel
header, skipSign
Constructor and Description |
---|
MetricThreshold() |
MetricThreshold(MetricThreshold 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 |
---|---|
Long |
getDuration()
Get 时间间隔。
|
String |
getMetric()
Get 指标。
|
Long |
getThreshold()
Get 阈值。
|
void |
setDuration(Long Duration)
Set 时间间隔。
|
void |
setMetric(String Metric)
Set 指标。
|
void |
setThreshold(Long Threshold)
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 MetricThreshold()
public MetricThreshold(MetricThreshold source)
public String getMetric()
public void setMetric(String Metric)
Metric
- 指标。public Long getThreshold()
public void setThreshold(Long Threshold)
Threshold
- 阈值。public Long getDuration()
public void setDuration(Long Duration)
Duration
- 时间间隔。Copyright © 2025. All rights reserved.