public class DescribleRegionCountRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribleRegionCountRequest() | 
| DescribleRegionCountRequest(DescribleRegionCountRequest 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. | 
| Long[] | getLineList()Get Line search. | 
| void | setBusiness(String Business)Set Anti-DDoS service type. | 
| void | setLineList(Long[] LineList)Set Line search. | 
| 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 DescribleRegionCountRequest()
public DescribleRegionCountRequest(DescribleRegionCountRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced, `bgp`: Anti-DDoS Pro (single IP), `bgp-multip`: Anti-DDoS Pro (multi-IP)public Long[] getLineList()
public void setLineList(Long[] LineList)
LineList - Line search. Valid values: [1 (BGP line), 2 (Nanjing Telecom), 3 (Nanjing Unicom), 99 (third-party partner line)]. This field is valid only for Anti-DDoS Advanced and should be ignored for other productCopyright © 2022. All rights reserved.