public class DescribeOverviewDDoSEventListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeOverviewDDoSEventListRequest() | 
| DescribeOverviewDDoSEventListRequest(DescribeOverviewDDoSEventListRequest 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 | getAttackStatus()Get Filters by the attack status. | 
| String | getEndTime()Get End time | 
| Long | getLimit()Get Total number of records | 
| Long | getOffset()Get The offset value | 
| String | getStartTime()Get Start time | 
| void | setAttackStatus(String AttackStatus)Set Filters by the attack status. | 
| void | setEndTime(String EndTime)Set End time | 
| void | setLimit(Long Limit)Set Total number of records | 
| void | setOffset(Long Offset)Set The offset value | 
| void | setStartTime(String StartTime)Set Start time | 
| 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 DescribeOverviewDDoSEventListRequest()
public DescribeOverviewDDoSEventListRequest(DescribeOverviewDDoSEventListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timepublic String getAttackStatus()
public void setAttackStatus(String AttackStatus)
AttackStatus - Filters by the attack status. `start`: The attack is ongoing; `end`: The attack ends.public Long getOffset()
public void setOffset(Long Offset)
Offset - The offset valuepublic Long getLimit()
public void setLimit(Long Limit)
Limit - Total number of recordsCopyright © 2025. All rights reserved.