public class DescribeLogListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeLogListRequest() | 
| DescribeLogListRequest(DescribeLogListRequest 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 | getActionType()Get searchlog  histogram | 
| String | getContext()Get Context, which is used to load more logs. | 
| String | getEndTime()Get End time | 
| Long | getID()Get Project ID | 
| Long | getLimit()Get Number of raw logs returned in a single query. | 
| String | getQuery()Get Query statement. | 
| String | getSort()Get Sorting order. | 
| String | getStartTime()Get Start time | 
| void | setActionType(String ActionType)Set searchlog  histogram | 
| void | setContext(String Context)Set Context, which is used to load more logs. | 
| void | setEndTime(String EndTime)Set End time | 
| void | setID(Long ID)Set Project ID | 
| void | setLimit(Long Limit)Set Number of raw logs returned in a single query. | 
| void | setQuery(String Query)Set Query statement. | 
| void | setSort(String Sort)Set Sorting order. | 
| 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 DescribeLogListRequest()
public DescribeLogListRequest(DescribeLogListRequest source)
public String getSort()
public void setSort(String Sort)
Sort - Sorting order. Valid values: desc, ascpublic String getActionType()
public void setActionType(String ActionType)
ActionType - searchlog  histogrampublic Long getID()
public void setID(Long ID)
ID - Project IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start timepublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of raw logs returned in a single query. Maximum value: 100public String getContext()
public void setContext(String Context)
Context - Context, which is used to load more logs. Pass through the last `Context` value returned to get more log content (up to 10,000 raw logs). It will expire after 1 hourpublic String getQuery()
public void setQuery(String Query)
Query - Query statement. Maximum length: 4096public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timeCopyright © 2022. All rights reserved.