public class DescribeDDoSBlockListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDDoSBlockListRequest() | 
| DescribeDDoSBlockListRequest(DescribeDDoSBlockListRequest 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 | getArea()Get Data storage region. | 
| String[] | getEventIds()Get The list of attack events. | 
| Long | getLimit()Get Limit on paginated queries. | 
| Long | getOffset()Get The page offset. | 
| Long[] | getPolicyIds()Get The list of policy IDs to be specified. | 
| String | getStartTime()Get The start time of the attack event. | 
| String[] | getZoneIds()Get Specifies sites by ID. | 
| void | setArea(String Area)Set Data storage region. | 
| void | setEventIds(String[] EventIds)Set The list of attack events. | 
| void | setLimit(Long Limit)Set Limit on paginated queries. | 
| void | setOffset(Long Offset)Set The page offset. | 
| void | setPolicyIds(Long[] PolicyIds)Set The list of policy IDs to be specified. | 
| void | setStartTime(String StartTime)Set The start time of the attack event. | 
| void | setZoneIds(String[] ZoneIds)Set Specifies sites by 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, toJsonStringpublic DescribeDDoSBlockListRequest()
public DescribeDDoSBlockListRequest(DescribeDDoSBlockListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The start time of the attack event.public String[] getEventIds()
public void setEventIds(String[] EventIds)
EventIds - The list of attack events.public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - Specifies sites by ID. All sites will be selected if this field is not specified.public Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds - The list of policy IDs to be specified. All policies will be selected if this field is not specified.public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit on paginated queries. Default value: 20. Maximum value: 1000.public Long getOffset()
public void setOffset(Long Offset)
Offset - The page offset. Default value: 0.public String getArea()
public void setArea(String Area)
Area - Data storage region. Values:
Copyright © 2022. All rights reserved.