Class QpsThreshold
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.QpsThreshold
-
public class QpsThreshold extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetMax()Get 阈值StringgetUnit()Get qps阈值控制维度,包含:second、minute、hour、day、month、yearvoidsetMax(Long Max)Set 阈值voidsetUnit(String Unit)Set qps阈值控制维度,包含:second、minute、hour、day、month、yearvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QpsThreshold
public QpsThreshold()
-
QpsThreshold
public 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.
-
-
Method Detail
-
getUnit
public String getUnit()
Get qps阈值控制维度,包含:second、minute、hour、day、month、year- Returns:
- Unit qps阈值控制维度,包含:second、minute、hour、day、month、year
-
setUnit
public void setUnit(String Unit)
Set qps阈值控制维度,包含:second、minute、hour、day、month、year- Parameters:
Unit- qps阈值控制维度,包含:second、minute、hour、day、month、year
-
getMax
public Long getMax()
Get 阈值- Returns:
- Max 阈值
-
setMax
public void setMax(Long Max)
Set 阈值- Parameters:
Max- 阈值
-
-