public class DescribeNewL7RulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeNewL7RulesRequest() | 
| DescribeNewL7RulesRequest(DescribeNewL7RulesRequest 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 | getCname()Get CNAME of the Anti-DDoS Advanced instance | 
| String | getDomain()Get (Optional) Searches by domain name. | 
| String | getIp()Get (Optional) Searches by IP. | 
| Long | getLimit()Get Number of items in a page. | 
| Long | getOffset()Get Starting offset of the page. | 
| String[] | getProtocolList()Get (Optional) Searches by forwarding protocol. | 
| Long[] | getStatusList()Get (Optional) Searches by rule status. | 
| void | setBusiness(String Business)Set Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced) | 
| void | setCname(String Cname)Set CNAME of the Anti-DDoS Advanced instance | 
| void | setDomain(String Domain)Set (Optional) Searches by domain name. | 
| void | setIp(String Ip)Set (Optional) Searches by IP. | 
| void | setLimit(Long Limit)Set Number of items in a page. | 
| void | setOffset(Long Offset)Set Starting offset of the page. | 
| void | setProtocolList(String[] ProtocolList)Set (Optional) Searches by forwarding protocol. | 
| void | setStatusList(Long[] StatusList)Set (Optional) Searches by rule status. | 
| 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 DescribeNewL7RulesRequest()
public DescribeNewL7RulesRequest(DescribeNewL7RulesRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced)public Long[] getStatusList()
public void setStatusList(Long[] StatusList)
StatusList - (Optional) Searches by rule status. Valid values: `0` (Successfully configured), `1` (Being configured), `2` (Configuration failed), `3` (Being deleted), `5` (Deletion failed), `6` (awaiting configuration), `7` (awaiting deletion), and `8` (awaiting certificate configuration).public String getDomain()
public void setDomain(String Domain)
Domain - (Optional) Searches by domain name.public String getIp()
public void setIp(String Ip)
Ip - (Optional) Searches by IP.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of items in a page. Returned results are not paged if you enter “0”.public Long getOffset()
public void setOffset(Long Offset)
Offset - Starting offset of the page. Value: (number of pages – 1) * items per page.public String[] getProtocolList()
public void setProtocolList(String[] ProtocolList)
ProtocolList - (Optional) Searches by forwarding protocol. Values: [http, https, http/https]public String getCname()
public void setCname(String Cname)
Cname - CNAME of the Anti-DDoS Advanced instanceCopyright © 2025. All rights reserved.