public class CreateNewL7RulesUploadRequest extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusiness()Get Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced). | 
| String[] | getIdList()Get Resource ID list. | 
| L7RuleEntry[] | getRules()Get Rule list. | 
| String[] | getVipList()Get Resource IP address list. | 
| void | setBusiness(String Business)Set Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced). | 
| void | setIdList(String[] IdList)Set Resource ID list. | 
| void | setRules(L7RuleEntry[] Rules)Set Rule list. | 
| void | setVipList(String[] VipList)Set Resource IP address list. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic CreateNewL7RulesUploadRequest()
public CreateNewL7RulesUploadRequest(CreateNewL7RulesUploadRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced).public String[] getIdList()
public void setIdList(String[] IdList)
IdList - Resource ID list.public String[] getVipList()
public void setVipList(String[] VipList)
VipList - Resource IP address list.public L7RuleEntry[] getRules()
public void setRules(L7RuleEntry[] Rules)
Rules - Rule list.Copyright © 2022. All rights reserved.