public class DescribeResIpListRequest extends AbstractModel
Constructor and Description |
---|
DescribeResIpListRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBusiness()
Get Anti-DDoS service type.
|
String[] |
getIdList()
Get Resource ID.
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setIdList(String[] IdList)
Set Resource ID.
|
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, toJsonString
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), `net`: Anti-DDoS Ultimatepublic String[] getIdList()
public void setIdList(String[] IdList)
IdList
- Resource ID. If this field is left empty, it means to get all resources IP of the current userCopyright © 2020. All rights reserved.