public class UpdateApiRateLimitRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateApiRateLimitRulesRequest() | 
| UpdateApiRateLimitRulesRequest(UpdateApiRateLimitRulesRequest 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 | 
|---|---|
| String[] | getApiIds()Get API ID 列表 | 
| Long | getMaxQps()Get QPS值。开启限流规则时,必填 | 
| String | getUsableStatus()Get 开启/禁用,enabled/disabled | 
| void | setApiIds(String[] ApiIds)Set API ID 列表 | 
| void | setMaxQps(Long MaxQps)Set QPS值。开启限流规则时,必填 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateApiRateLimitRulesRequest()
public UpdateApiRateLimitRulesRequest(UpdateApiRateLimitRulesRequest source)
public String[] getApiIds()
public void setApiIds(String[] ApiIds)
ApiIds - API ID 列表public String getUsableStatus()
public void setUsableStatus(String UsableStatus)
UsableStatus - 开启/禁用,enabled/disabledpublic Long getMaxQps()
public void setMaxQps(Long MaxQps)
MaxQps - QPS值。开启限流规则时,必填Copyright © 2025. All rights reserved.