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 Allowed number of continuous cycles | 
| String[] | getOperator()Get Allowed operator | 
| Long[] | getPeriod()Get Allowed data cycle in seconds | 
| void | setContinuePeriod(Long[] ContinuePeriod)Set Allowed number of continuous cycles | 
| void | setOperator(String[] Operator)Set Allowed operator | 
| void | setPeriod(Long[] Period)Set Allowed data cycle in seconds | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MetricConfig()
public MetricConfig(MetricConfig source)
public String[] getOperator()
public void setOperator(String[] Operator)
Operator - Allowed operatorpublic Long[] getPeriod()
public void setPeriod(Long[] Period)
Period - Allowed data cycle in secondspublic Long[] getContinuePeriod()
public void setContinuePeriod(Long[] ContinuePeriod)
ContinuePeriod - Allowed number of continuous cyclesCopyright © 2025. All rights reserved.