Class CreateNewL4RulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.CreateNewL4RulesRequest
-
public class CreateNewL4RulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateNewL4RulesRequest()CreateNewL4RulesRequest(CreateNewL4RulesRequest 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 StringgetBusiness()Get 高防产品代号:bgpipString[]getIdList()Get 添加规则资源列表L4RuleEntry[]getRules()Get 规则列表String[]getVipList()Get 添加规则IP列表voidsetBusiness(String Business)Set 高防产品代号:bgpipvoidsetIdList(String[] IdList)Set 添加规则资源列表voidsetRules(L4RuleEntry[] Rules)Set 规则列表voidsetVipList(String[] VipList)Set 添加规则IP列表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
-
CreateNewL4RulesRequest
public CreateNewL4RulesRequest()
-
CreateNewL4RulesRequest
public CreateNewL4RulesRequest(CreateNewL4RulesRequest 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
-
getBusiness
public String getBusiness()
Get 高防产品代号:bgpip- Returns:
- Business 高防产品代号:bgpip
-
setBusiness
public void setBusiness(String Business)
Set 高防产品代号:bgpip- Parameters:
Business- 高防产品代号:bgpip
-
getIdList
public String[] getIdList()
Get 添加规则资源列表- Returns:
- IdList 添加规则资源列表
-
setIdList
public void setIdList(String[] IdList)
Set 添加规则资源列表- Parameters:
IdList- 添加规则资源列表
-
getVipList
public String[] getVipList()
Get 添加规则IP列表- Returns:
- VipList 添加规则IP列表
-
setVipList
public void setVipList(String[] VipList)
Set 添加规则IP列表- Parameters:
VipList- 添加规则IP列表
-
getRules
public L4RuleEntry[] getRules()
Get 规则列表- Returns:
- Rules 规则列表
-
setRules
public void setRules(L4RuleEntry[] Rules)
Set 规则列表- Parameters:
Rules- 规则列表
-
-