public class ModifyNewL4RuleRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyNewL4RuleRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusiness()Get Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced). | 
| String | getId()Get Anti-DDoS instance ID. | 
| L4RuleEntry | getRule()Get Forwarding rule. | 
| void | setBusiness(String Business)Set Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced). | 
| void | setId(String Id)Set Anti-DDoS instance ID. | 
| void | setRule(L4RuleEntry Rule)Set Forwarding rule. | 
| 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 String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced).public String getId()
public void setId(String Id)
Id - Anti-DDoS instance ID.public L4RuleEntry getRule()
public void setRule(L4RuleEntry Rule)
Rule - Forwarding rule.Copyright © 2020. All rights reserved.