Class ModifyAntiInfoLeakRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.ModifyAntiInfoLeakRulesRequest
-
public class ModifyAntiInfoLeakRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAntiInfoLeakRulesRequest()ModifyAntiInfoLeakRulesRequest(ModifyAntiInfoLeakRulesRequest 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 LonggetActionType()Get Action 值StringgetDomain()Get 域名StringgetName()Get 规则名称LonggetRuleId()Get 规则IDStrategyForAntiInfoLeak[]getStrategies()Get 策略数组voidsetActionType(Long ActionType)Set Action 值voidsetDomain(String Domain)Set 域名voidsetName(String Name)Set 规则名称voidsetRuleId(Long RuleId)Set 规则IDvoidsetStrategies(StrategyForAntiInfoLeak[] Strategies)Set 策略数组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
-
ModifyAntiInfoLeakRulesRequest
public ModifyAntiInfoLeakRulesRequest()
-
ModifyAntiInfoLeakRulesRequest
public ModifyAntiInfoLeakRulesRequest(ModifyAntiInfoLeakRulesRequest 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
-
getRuleId
public Long getRuleId()
Get 规则ID- Returns:
- RuleId 规则ID
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则ID- Parameters:
RuleId- 规则ID
-
getName
public String getName()
Get 规则名称- Returns:
- Name 规则名称
-
setName
public void setName(String Name)
Set 规则名称- Parameters:
Name- 规则名称
-
getDomain
public String getDomain()
Get 域名- Returns:
- Domain 域名
-
setDomain
public void setDomain(String Domain)
Set 域名- Parameters:
Domain- 域名
-
getActionType
public Long getActionType()
Get Action 值- Returns:
- ActionType Action 值
-
setActionType
public void setActionType(Long ActionType)
Set Action 值- Parameters:
ActionType- Action 值
-
getStrategies
public StrategyForAntiInfoLeak[] getStrategies()
Get 策略数组- Returns:
- Strategies 策略数组
-
setStrategies
public void setStrategies(StrategyForAntiInfoLeak[] Strategies)
Set 策略数组- Parameters:
Strategies- 策略数组
-
-