Class DescribeNewL4RulesErrHealthRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeNewL4RulesErrHealthRequest
-
public class DescribeNewL4RulesErrHealthRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNewL4RulesErrHealthRequest()DescribeNewL4RulesErrHealthRequest(DescribeNewL4RulesErrHealthRequest 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[]getRuleIdList()Get 规则ID列表voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP)voidsetRuleIdList(String[] RuleIdList)Set 规则ID列表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
-
DescribeNewL4RulesErrHealthRequest
public DescribeNewL4RulesErrHealthRequest()
-
DescribeNewL4RulesErrHealthRequest
public DescribeNewL4RulesErrHealthRequest(DescribeNewL4RulesErrHealthRequest 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)
-
getRuleIdList
public String[] getRuleIdList()
Get 规则ID列表- Returns:
- RuleIdList 规则ID列表
-
setRuleIdList
public void setRuleIdList(String[] RuleIdList)
Set 规则ID列表- Parameters:
RuleIdList- 规则ID列表
-
-