public class UpdateApiRateLimitRuleRequest extends AbstractModel
Constructor and Description |
---|
UpdateApiRateLimitRuleRequest() |
UpdateApiRateLimitRuleRequest(UpdateApiRateLimitRuleRequest 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 |
getMaxQps()
Get qps值,开启限流规则时,必填
|
String |
getRuleId()
Get 限流规则ID
|
String |
getUsableStatus()
Get 开启/禁用,enabled/disabled
|
void |
setMaxQps(Long MaxQps)
Set qps值,开启限流规则时,必填
|
void |
setRuleId(String RuleId)
Set 限流规则ID
|
void |
setUsableStatus(String UsableStatus)
Set 开启/禁用,enabled/disabled
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateApiRateLimitRuleRequest()
public UpdateApiRateLimitRuleRequest(UpdateApiRateLimitRuleRequest source)
public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- 限流规则IDpublic String getUsableStatus()
public void setUsableStatus(String UsableStatus)
UsableStatus
- 开启/禁用,enabled/disabledpublic Long getMaxQps()
public void setMaxQps(Long MaxQps)
MaxQps
- qps值,开启限流规则时,必填Copyright © 2021. All rights reserved.