public class IpFreqLimit extends AbstractModel
| Constructor and Description |
|---|
IpFreqLimit() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getQps()
Get Number of requests per second.
|
String |
getSwitch()
Get IP access limit switch.
|
void |
setQps(Long Qps)
Set Number of requests per second.
|
void |
setSwitch(String Switch)
Set IP access limit switch.
|
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, toJsonStringpublic String getSwitch()
public void setSwitch(String Switch)
Switch - IP access limit switch. Valid values: on, off.public Long getQps()
public void setQps(Long Qps)
Qps - Number of requests per second.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.