public class RateLimitIntelligence extends AbstractModel
skipSign
Constructor and Description |
---|
RateLimitIntelligence() |
RateLimitIntelligence(RateLimitIntelligence 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 |
getAction()
Get Action.
|
String |
getSwitch()
Get Whether to enable this feature
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAction(String Action)
Set Action.
|
void |
setSwitch(String Switch)
Set Whether to enable this feature
Note: This field may return null, indicating that no valid values can be obtained.
|
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 RateLimitIntelligence()
public RateLimitIntelligence(RateLimitIntelligence source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable this feature
Note: This field may return null, indicating that no valid values can be obtained.public String getAction()
public void setAction(String Action)
Action
- Action. Values: `monitor` (observe), `alg` (JS/Managed challenge)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.