Class CreateApiRateLimitRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.CreateApiRateLimitRuleRequest
-
public class CreateApiRateLimitRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateApiRateLimitRuleRequest()CreateApiRateLimitRuleRequest(CreateApiRateLimitRuleRequest 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 StringgetApiId()Get Api IdLonggetMaxQps()Get qps值StringgetUsableStatus()Get 开启/禁用,enabled/disabled, 不传默认开启voidsetApiId(String ApiId)Set Api IdvoidsetMaxQps(Long MaxQps)Set qps值voidsetUsableStatus(String UsableStatus)Set 开启/禁用,enabled/disabled, 不传默认开启voidtoMap(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
-
CreateApiRateLimitRuleRequest
public CreateApiRateLimitRuleRequest()
-
CreateApiRateLimitRuleRequest
public CreateApiRateLimitRuleRequest(CreateApiRateLimitRuleRequest 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
-
getApiId
public String getApiId()
Get Api Id- Returns:
- ApiId Api Id
-
setApiId
public void setApiId(String ApiId)
Set Api Id- Parameters:
ApiId- Api Id
-
getMaxQps
public Long getMaxQps()
Get qps值- Returns:
- MaxQps qps值
-
setMaxQps
public void setMaxQps(Long MaxQps)
Set qps值- Parameters:
MaxQps- qps值
-
getUsableStatus
public String getUsableStatus()
Get 开启/禁用,enabled/disabled, 不传默认开启- Returns:
- UsableStatus 开启/禁用,enabled/disabled, 不传默认开启
-
setUsableStatus
public void setUsableStatus(String UsableStatus)
Set 开启/禁用,enabled/disabled, 不传默认开启- Parameters:
UsableStatus- 开启/禁用,enabled/disabled, 不传默认开启
-
-