Class DescribeL4HealthConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeL4HealthConfigRequest
-
public class DescribeL4HealthConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeL4HealthConfigRequest()DescribeL4HealthConfigRequest(DescribeL4HealthConfigRequest 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;net表示高防IP专业版)StringgetId()Get 资源IDString[]getRuleIdList()Get 规则ID数组,当导出所有规则的健康检查配置则不填或填空数组;voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)voidsetId(String Id)Set 资源IDvoidsetRuleIdList(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
-
DescribeL4HealthConfigRequest
public DescribeL4HealthConfigRequest()
-
DescribeL4HealthConfigRequest
public DescribeL4HealthConfigRequest(DescribeL4HealthConfigRequest 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;net表示高防IP专业版)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)
-
getId
public String getId()
Get 资源ID- Returns:
- Id 资源ID
-
setId
public void setId(String Id)
Set 资源ID- Parameters:
Id- 资源ID
-
getRuleIdList
public String[] getRuleIdList()
Get 规则ID数组,当导出所有规则的健康检查配置则不填或填空数组;- Returns:
- RuleIdList 规则ID数组,当导出所有规则的健康检查配置则不填或填空数组;
-
setRuleIdList
public void setRuleIdList(String[] RuleIdList)
Set 规则ID数组,当导出所有规则的健康检查配置则不填或填空数组;- Parameters:
RuleIdList- 规则ID数组,当导出所有规则的健康检查配置则不填或填空数组;
-
-