public class QpsThreshold extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QpsThreshold() | 
| QpsThreshold(QpsThreshold 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 | getMax()Get 阈值 | 
| String | getUnit()Get qps阈值控制维度,包含:second、minute、hour、day、month、year | 
| void | setMax(Long Max)Set 阈值 | 
| void | setUnit(String Unit)Set qps阈值控制维度,包含:second、minute、hour、day、month、year | 
| 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 QpsThreshold()
public QpsThreshold(QpsThreshold source)
public String getUnit()
public void setUnit(String Unit)
Unit - qps阈值控制维度,包含:second、minute、hour、day、month、yearpublic Long getMax()
public void setMax(Long Max)
Max - 阈值Copyright © 2025. All rights reserved.