Class ModifyCCLevelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.ModifyCCLevelRequest
-
public class ModifyCCLevelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCCLevelRequest()
ModifyCCLevelRequest(ModifyCCLevelRequest 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 String
getBusiness()
Get 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)String
getId()
Get 资源IDString
getLevel()
Get CC防护等级,取值[default(正常), loose(宽松), strict(严格)];String
getProtocol()
Get 可选字段,代表CC防护类型,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];当不填时,默认为HTTP协议的CC防护;当填写https时还需要填写RuleId字段;String
getRuleId()
Get 表示7层转发规则ID(通过获取7层转发规则接口可以获取规则ID);void
setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)void
setId(String Id)
Set 资源IDvoid
setLevel(String Level)
Set CC防护等级,取值[default(正常), loose(宽松), strict(严格)];void
setProtocol(String Protocol)
Set 可选字段,代表CC防护类型,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];当不填时,默认为HTTP协议的CC防护;当填写https时还需要填写RuleId字段;void
setRuleId(String RuleId)
Set 表示7层转发规则ID(通过获取7层转发规则接口可以获取规则ID);void
toMap(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
-
ModifyCCLevelRequest
public ModifyCCLevelRequest()
-
ModifyCCLevelRequest
public ModifyCCLevelRequest(ModifyCCLevelRequest 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
-
getLevel
public String getLevel()
Get CC防护等级,取值[default(正常), loose(宽松), strict(严格)];- Returns:
- Level CC防护等级,取值[default(正常), loose(宽松), strict(严格)];
-
setLevel
public void setLevel(String Level)
Set CC防护等级,取值[default(正常), loose(宽松), strict(严格)];- Parameters:
Level
- CC防护等级,取值[default(正常), loose(宽松), strict(严格)];
-
getProtocol
public String getProtocol()
Get 可选字段,代表CC防护类型,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];当不填时,默认为HTTP协议的CC防护;当填写https时还需要填写RuleId字段;- Returns:
- Protocol 可选字段,代表CC防护类型,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];当不填时,默认为HTTP协议的CC防护;当填写https时还需要填写RuleId字段;
-
setProtocol
public void setProtocol(String Protocol)
Set 可选字段,代表CC防护类型,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];当不填时,默认为HTTP协议的CC防护;当填写https时还需要填写RuleId字段;- Parameters:
Protocol
- 可选字段,代表CC防护类型,取值[http(HTTP协议的CC防护),https(HTTPS协议的CC防护)];当不填时,默认为HTTP协议的CC防护;当填写https时还需要填写RuleId字段;
-
getRuleId
public String getRuleId()
Get 表示7层转发规则ID(通过获取7层转发规则接口可以获取规则ID);- Returns:
- RuleId 表示7层转发规则ID(通过获取7层转发规则接口可以获取规则ID);
-
setRuleId
public void setRuleId(String RuleId)
Set 表示7层转发规则ID(通过获取7层转发规则接口可以获取规则ID);- Parameters:
RuleId
- 表示7层转发规则ID(通过获取7层转发规则接口可以获取规则ID);
-
-