public class MetricConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MetricConfig() | 
| MetricConfig(MetricConfig 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[] | getContinuePeriod()Get 允许配置的持续周期个数 | 
| String[] | getOperator()Get 允许使用的运算符 | 
| Long[] | getPeriod()Get 允许配置的数据周期,以秒为单位 | 
| void | setContinuePeriod(Long[] ContinuePeriod)Set 允许配置的持续周期个数 | 
| void | setOperator(String[] Operator)Set 允许使用的运算符 | 
| void | setPeriod(Long[] Period)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, toJsonStringpublic MetricConfig()
public MetricConfig(MetricConfig source)
public String[] getOperator()
public void setOperator(String[] Operator)
Operator - 允许使用的运算符public Long[] getPeriod()
public void setPeriod(Long[] Period)
Period - 允许配置的数据周期,以秒为单位public Long[] getContinuePeriod()
public void setContinuePeriod(Long[] ContinuePeriod)
ContinuePeriod - 允许配置的持续周期个数Copyright © 2025. All rights reserved.