public class IpFreqLimit extends AbstractModel
skipSign
Constructor and Description |
---|
IpFreqLimit() |
IpFreqLimit(IpFreqLimit 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 |
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IpFreqLimit()
public IpFreqLimit(IpFreqLimit source)
public 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 © 2023. All rights reserved.