public class SecLogExportTaskInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SecLogExportTaskInfo()  | 
SecLogExportTaskInfo(SecLogExportTaskInfo 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 | 
|---|---|
Long | 
getAsyncRequestId()
Get Async task Id. 
 | 
String | 
getCreateTime()
Get Task creation time. 
 | 
Long[] | 
getDangerLevels()
Get List of risk levels. 
 | 
String | 
getEndTime()
Get Task end time. 
 | 
String | 
getLogEndTime()
Get Exported log end time. 
 | 
String | 
getLogStartTime()
Get Exported log start time. 
 | 
Long | 
getProgress()
Get Task progress. 
 | 
String | 
getStartTime()
Get Task start time. 
 | 
String | 
getStatus()
Get Task status. 
 | 
Long | 
getTotalSize()
Get Total size of log files in KB. 
 | 
void | 
setAsyncRequestId(Long AsyncRequestId)
Set Async task Id. 
 | 
void | 
setCreateTime(String CreateTime)
Set Task creation time. 
 | 
void | 
setDangerLevels(Long[] DangerLevels)
Set List of risk levels. 
 | 
void | 
setEndTime(String EndTime)
Set Task end time. 
 | 
void | 
setLogEndTime(String LogEndTime)
Set Exported log end time. 
 | 
void | 
setLogStartTime(String LogStartTime)
Set Exported log start time. 
 | 
void | 
setProgress(Long Progress)
Set Task progress. 
 | 
void | 
setStartTime(String StartTime)
Set Task start time. 
 | 
void | 
setStatus(String Status)
Set Task status. 
 | 
void | 
setTotalSize(Long TotalSize)
Set Total size of log files in KB. 
 | 
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 SecLogExportTaskInfo()
public SecLogExportTaskInfo(SecLogExportTaskInfo source)
public Long getAsyncRequestId()
public void setAsyncRequestId(Long AsyncRequestId)
AsyncRequestId - Async task Id.public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Task start time.
Note: This field may return null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Task end time.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Task creation time.public String getStatus()
public void setStatus(String Status)
Status - Task status.public Long getProgress()
public void setProgress(Long Progress)
Progress - Task progress.public String getLogStartTime()
public void setLogStartTime(String LogStartTime)
LogStartTime - Exported log start time.
Note: This field may return null, indicating that no valid values can be obtained.public String getLogEndTime()
public void setLogEndTime(String LogEndTime)
LogEndTime - Exported log end time.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalSize()
public void setTotalSize(Long TotalSize)
TotalSize - Total size of log files in KB.
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getDangerLevels()
public void setDangerLevels(Long[] DangerLevels)
DangerLevels - List of risk levels. Valid values: `0` (no risk), `1` (low risk), `2` (medium risk), `3` (high risk).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.