public class DescribeActionLogRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeActionLogRequest() | 
| DescribeActionLogRequest(DescribeActionLogRequest 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. | 
| String | getEndTime()Get End time | 
| String | getFilter()Get Search value, which can only be resource ID or user `UIN` | 
| Long | getLimit()Get Number of entries per page. | 
| Long | getOffset()Get Page start offset, whose value is (page number - 1) * number of entries per page | 
| String | getStartTime()Get Start time | 
| void | setBusiness(String Business)Set Anti-DDoS service type. | 
| void | setEndTime(String EndTime)Set End time | 
| void | setFilter(String Filter)Set Search value, which can only be resource ID or user `UIN` | 
| void | setLimit(Long Limit)Set Number of entries per page. | 
| void | setOffset(Long Offset)Set Page start offset, whose value is (page number - 1) * number of entries per page | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeActionLogRequest()
public DescribeActionLogRequest(DescribeActionLogRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timepublic 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 getFilter()
public void setFilter(String Filter)
Filter - Search value, which can only be resource ID or user `UIN`public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of entries per page. A value of 0 means no paginationpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Page start offset, whose value is (page number - 1) * number of entries per pageCopyright © 2021. All rights reserved.