public class DescribeDDoSAttackIPRegionMapRequest extends AbstractModel
Constructor and Description |
---|
DescribeDDoSAttackIPRegionMapRequest() |
DescribeDDoSAttackIPRegionMapRequest(DescribeDDoSAttackIPRegionMapRequest 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 (`shield`: Chess Shield, `bgpip`: Anti-DDoS Advanced, `bgp`: Anti-DDoS Pro (single IP), `bgp-multip`: Anti-DDoS Pro (multi-IP), `net`: Anti-DDoS Ultimate)
|
String |
getEndTime()
Get Statistics end time.
|
String |
getId()
Get Anti-DDoS instance ID
|
String[] |
getIpList()
Get IP attack source of specified resource, which is optional
|
String |
getStartTime()
Get Statistics start time
|
void |
setBusiness(String Business)
Set Anti-DDoS service type (`shield`: Chess Shield, `bgpip`: Anti-DDoS Advanced, `bgp`: Anti-DDoS Pro (single IP), `bgp-multip`: Anti-DDoS Pro (multi-IP), `net`: Anti-DDoS Ultimate)
|
void |
setEndTime(String EndTime)
Set Statistics end time.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setIpList(String[] IpList)
Set IP attack source of specified resource, which is optional
|
void |
setStartTime(String StartTime)
Set Statistics start time
|
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 DescribeDDoSAttackIPRegionMapRequest()
public DescribeDDoSAttackIPRegionMapRequest(DescribeDDoSAttackIPRegionMapRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type (`shield`: Chess Shield, `bgpip`: Anti-DDoS Advanced, `bgp`: Anti-DDoS Pro (single IP), `bgp-multip`: Anti-DDoS Pro (multi-IP), `net`: Anti-DDoS Ultimate)public String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Statistics start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Statistics end time. Maximum statistics time range: half a year;public String[] getIpList()
public void setIpList(String[] IpList)
IpList
- IP attack source of specified resource, which is optionalCopyright © 2021. All rights reserved.