public class CreateL7CCRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateL7CCRuleRequest() | 
| CreateL7CCRuleRequest(CreateL7CCRuleRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusiness()Get 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版) | 
| String | getId()Get 资源ID | 
| String | getMethod()Get 操作码,取值[query(表示查询),add(表示添加),del(表示删除)] | 
| CCRuleConfig[] | getRuleConfig()Get 7层CC自定义规则参数,当操作码为query时,可以不用填写;当操作码为add或del时,必须填写,且数组长度只能为1; | 
| String | getRuleId()Get 7层转发规则ID,例如:rule-0000001 | 
| void | setBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版) | 
| void | setId(String Id)Set 资源ID | 
| void | setMethod(String Method)Set 操作码,取值[query(表示查询),add(表示添加),del(表示删除)] | 
| void | setRuleConfig(CCRuleConfig[] RuleConfig)Set 7层CC自定义规则参数,当操作码为query时,可以不用填写;当操作码为add或del时,必须填写,且数组长度只能为1; | 
| void | setRuleId(String RuleId)Set 7层转发规则ID,例如:rule-0000001 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateL7CCRuleRequest()
public CreateL7CCRuleRequest(CreateL7CCRuleRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - 大禹子产品代号(bgpip表示高防IP;net表示高防IP专业版)public String getId()
public void setId(String Id)
Id - 资源IDpublic String getMethod()
public void setMethod(String Method)
Method - 操作码,取值[query(表示查询),add(表示添加),del(表示删除)]public String getRuleId()
public void setRuleId(String RuleId)
RuleId - 7层转发规则ID,例如:rule-0000001public CCRuleConfig[] getRuleConfig()
public void setRuleConfig(CCRuleConfig[] RuleConfig)
RuleConfig - 7层CC自定义规则参数,当操作码为query时,可以不用填写;当操作码为add或del时,必须填写,且数组长度只能为1;Copyright © 2025. All rights reserved.