public class AnalyzeAuditLogsRequest extends AbstractModel
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 The result set of the audit log filtered by this condition is set as the analysis Log.
|
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
|
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 The result set of the audit log filtered by this condition is set as the analysis Log.
|
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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
- The result set of the audit log filtered by this condition is set as the analysis Log.Copyright © 2023. All rights reserved.