public class AnalyzeAuditLogsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AnalyzeAuditLogsRequest() | 
| AnalyzeAuditLogsRequest(AnalyzeAuditLogsRequest 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 | 
|---|---|
| AggregationCondition[] | getAggregationConditions()Get Sorting conditions for aggregation dimension | 
| AuditLogFilter | getAuditLogFilter()Get This parameter is disused. | 
| String | getEndTime()Get End time of the log to be analyzed in the format of `2023-02-16 00:00:20`. | 
| String | getInstanceId()Get Instance ID | 
| InstanceAuditLogFilters[] | getLogFilter()Get The result set of the audit log filtered by this condition is set as the analysis Log. | 
| String | getStartTime()Get Start time of the log to be analyzed in the format of `2023-02-16 00:00:20`. | 
| void | setAggregationConditions(AggregationCondition[] AggregationConditions)Set Sorting conditions for aggregation dimension | 
| void | setAuditLogFilter(AuditLogFilter AuditLogFilter)Set This parameter is disused. | 
| void | setEndTime(String EndTime)Set End time of the log to be analyzed in the format of `2023-02-16 00:00:20`. | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setLogFilter(InstanceAuditLogFilters[] LogFilter)Set The result set of the audit log filtered by this condition is set as the analysis Log. | 
| void | setStartTime(String StartTime)Set Start time of the log to be analyzed in the format of `2023-02-16 00:00:20`. | 
| 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 AnalyzeAuditLogsRequest()
public AnalyzeAuditLogsRequest(AnalyzeAuditLogsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start time of the log to be analyzed in the format of `2023-02-16 00:00:20`.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - End time of the log to be analyzed in the format of `2023-02-16 00:00:20`.public AggregationCondition[] getAggregationConditions()
public void setAggregationConditions(AggregationCondition[] AggregationConditions)
AggregationConditions - Sorting conditions for aggregation dimensionpublic AuditLogFilter getAuditLogFilter()
public void setAuditLogFilter(AuditLogFilter AuditLogFilter)
AuditLogFilter - This parameter is disused. The result set of the audit log filtered by this condition is set as the analysis log.public InstanceAuditLogFilters[] getLogFilter()
public void setLogFilter(InstanceAuditLogFilters[] LogFilter)
LogFilter - The result set of the audit log filtered by this condition is set as the analysis Log.Copyright © 2025. All rights reserved.