Class DescribeAntiInfoLeakRulesRuleItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DescribeAntiInfoLeakRulesRuleItem
-
public class DescribeAntiInfoLeakRulesRuleItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAntiInfoLeakRulesRuleItem()
DescribeAntiInfoLeakRulesRuleItem(DescribeAntiInfoLeakRulesRuleItem 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 String
getActionType()
Get 规则动作类型String
getCreateTime()
Get 规则创建时间String
getName()
Get 规则名称String
getRuleId()
Get 规则IDString
getStatus()
Get 规则状态DescribeAntiInfoLeakRulesStrategyItem[]
getStrategies()
Get 详细的规则void
setActionType(String ActionType)
Set 规则动作类型void
setCreateTime(String CreateTime)
Set 规则创建时间void
setName(String Name)
Set 规则名称void
setRuleId(String RuleId)
Set 规则IDvoid
setStatus(String Status)
Set 规则状态void
setStrategies(DescribeAntiInfoLeakRulesStrategyItem[] Strategies)
Set 详细的规则void
toMap(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
-
DescribeAntiInfoLeakRulesRuleItem
public DescribeAntiInfoLeakRulesRuleItem()
-
DescribeAntiInfoLeakRulesRuleItem
public DescribeAntiInfoLeakRulesRuleItem(DescribeAntiInfoLeakRulesRuleItem 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 String getRuleId()
Get 规则ID- Returns:
- RuleId 规则ID
-
setRuleId
public void setRuleId(String RuleId)
Set 规则ID- Parameters:
RuleId
- 规则ID
-
getName
public String getName()
Get 规则名称- Returns:
- Name 规则名称
-
setName
public void setName(String Name)
Set 规则名称- Parameters:
Name
- 规则名称
-
getStatus
public String getStatus()
Get 规则状态- Returns:
- Status 规则状态
-
setStatus
public void setStatus(String Status)
Set 规则状态- Parameters:
Status
- 规则状态
-
getActionType
public String getActionType()
Get 规则动作类型- Returns:
- ActionType 规则动作类型
-
setActionType
public void setActionType(String ActionType)
Set 规则动作类型- Parameters:
ActionType
- 规则动作类型
-
getCreateTime
public String getCreateTime()
Get 规则创建时间- Returns:
- CreateTime 规则创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 规则创建时间- Parameters:
CreateTime
- 规则创建时间
-
getStrategies
public DescribeAntiInfoLeakRulesStrategyItem[] getStrategies()
Get 详细的规则- Returns:
- Strategies 详细的规则
-
setStrategies
public void setStrategies(DescribeAntiInfoLeakRulesStrategyItem[] Strategies)
Set 详细的规则- Parameters:
Strategies
- 详细的规则
-
-