Class AddCustomWhiteRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.AddCustomWhiteRuleRequest
-
public class AddCustomWhiteRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddCustomWhiteRuleRequest()AddCustomWhiteRuleRequest(AddCustomWhiteRuleRequest 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 StringgetBypass()Get 放行的详情StringgetDomain()Get 需要添加策略的域名StringgetExpireTime()Get 过期时间StringgetName()Get 规则名称StringgetSortId()Get 优先级Strategy[]getStrategies()Get 策略详情voidsetBypass(String Bypass)Set 放行的详情voidsetDomain(String Domain)Set 需要添加策略的域名voidsetExpireTime(String ExpireTime)Set 过期时间voidsetName(String Name)Set 规则名称voidsetSortId(String SortId)Set 优先级voidsetStrategies(Strategy[] 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
-
AddCustomWhiteRuleRequest
public AddCustomWhiteRuleRequest()
-
AddCustomWhiteRuleRequest
public AddCustomWhiteRuleRequest(AddCustomWhiteRuleRequest 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
-
getName
public String getName()
Get 规则名称- Returns:
- Name 规则名称
-
setName
public void setName(String Name)
Set 规则名称- Parameters:
Name- 规则名称
-
getSortId
public String getSortId()
Get 优先级- Returns:
- SortId 优先级
-
setSortId
public void setSortId(String SortId)
Set 优先级- Parameters:
SortId- 优先级
-
getExpireTime
public String getExpireTime()
Get 过期时间- Returns:
- ExpireTime 过期时间
-
setExpireTime
public void setExpireTime(String ExpireTime)
Set 过期时间- Parameters:
ExpireTime- 过期时间
-
getStrategies
public Strategy[] getStrategies()
Get 策略详情- Returns:
- Strategies 策略详情
-
setStrategies
public void setStrategies(Strategy[] Strategies)
Set 策略详情- Parameters:
Strategies- 策略详情
-
getDomain
public String getDomain()
Get 需要添加策略的域名- Returns:
- Domain 需要添加策略的域名
-
setDomain
public void setDomain(String Domain)
Set 需要添加策略的域名- Parameters:
Domain- 需要添加策略的域名
-
getBypass
public String getBypass()
Get 放行的详情- Returns:
- Bypass 放行的详情
-
setBypass
public void setBypass(String Bypass)
Set 放行的详情- Parameters:
Bypass- 放行的详情
-
-