public class DescribeAttackEventsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAttackEventsRequest() | 
| DescribeAttackEventsRequest(DescribeAttackEventsRequest 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 | getBy()Get Sort | 
| Filter[] | getFilters()Get  Filter criteria
Type - String attack status. | 
| Long | getLimit()Get Number of returns. | 
| Long | getOffset()Get Offset. | 
| String | getOrder()Get Sorting method: ASC, DESC | 
| void | setBy(String By)Set Sort | 
| void | setFilters(Filter[] Filters)Set  Filter criteria
Type - String attack status. | 
| void | setLimit(Long Limit)Set Number of returns. | 
| void | setOffset(Long Offset)Set Offset. | 
| void | setOrder(String Order)Set Sorting method: ASC, DESC | 
| 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 DescribeAttackEventsRequest()
public DescribeAttackEventsRequest(DescribeAttackEventsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returns. The maximum value is 100.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value: 0.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria
public String getBy()
public void setBy(String By)
By - Sortpublic String getOrder()
public void setOrder(String Order)
Order - Sorting method: ASC, DESCCopyright © 2025. All rights reserved.