Class RateLimitIntelligence
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.RateLimitIntelligence
-
public class RateLimitIntelligence extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Get 执行动作,取值有: monitor:观察; alg:挑战。LonggetRuleId()Get 规则id,仅出参使用。StringgetSwitch()Get 功能开关,取值有: on:开启; off:关闭。voidsetAction(String Action)Set 执行动作,取值有: monitor:观察; alg:挑战。voidsetRuleId(Long RuleId)Set 规则id,仅出参使用。voidsetSwitch(String Switch)Set 功能开关,取值有: on:开启; off:关闭。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RateLimitIntelligence
public RateLimitIntelligence()
-
RateLimitIntelligence
public 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.
-
-
Method Detail
-
getSwitch
public String getSwitch()
Get 功能开关,取值有:- on:开启;
- off:关闭。
- Returns:
- Switch 功能开关,取值有:
- on:开启;
- off:关闭。
-
setSwitch
public void setSwitch(String Switch)
Set 功能开关,取值有:- on:开启;
- off:关闭。
- Parameters:
Switch- 功能开关,取值有:- on:开启;
- off:关闭。
-
getAction
public String getAction()
Get 执行动作,取值有:- monitor:观察;
- alg:挑战。
- Returns:
- Action 执行动作,取值有:
- monitor:观察;
- alg:挑战。
-
setAction
public void setAction(String Action)
Set 执行动作,取值有:- monitor:观察;
- alg:挑战。
- Parameters:
Action- 执行动作,取值有:- monitor:观察;
- alg:挑战。
-
getRuleId
public Long getRuleId()
Get 规则id,仅出参使用。- Returns:
- RuleId 规则id,仅出参使用。
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则id,仅出参使用。- Parameters:
RuleId- 规则id,仅出参使用。
-
-