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