public class CreateApiRateLimitRuleRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getApiId()
Get Api Id
|
Long |
getMaxQps()
Get qps值
|
String |
getUsableStatus()
Get 开启/禁用,enabled/disabled, 不传默认开启
|
void |
setApiId(String ApiId)
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, toJsonString
public CreateApiRateLimitRuleRequest()
public CreateApiRateLimitRuleRequest(CreateApiRateLimitRuleRequest source)
public String getApiId()
public void setApiId(String ApiId)
ApiId
- Api Idpublic Long getMaxQps()
public void setMaxQps(Long MaxQps)
MaxQps
- qps值public String getUsableStatus()
public void setUsableStatus(String UsableStatus)
UsableStatus
- 开启/禁用,enabled/disabled, 不传默认开启Copyright © 2024. All rights reserved.