public static final class DescribeSuspEventExportInfoResponseBody.Builder extends Object
public DescribeSuspEventExportInfoResponseBody.Builder exportStatus(String exportStatus)
The handling status for the exception. Valid values:
success
public DescribeSuspEventExportInfoResponseBody.Builder fileName(String fileName)
The name of the exported file.
example:suspicious_event_20221221_1671590521234.zip
public DescribeSuspEventExportInfoResponseBody.Builder gmtCreate(Long gmtCreate)
The time when the export task was created.
example:2022-12-20T15:18Z
public DescribeSuspEventExportInfoResponseBody.Builder gmtModified(Long gmtModified)
The time when the export task was modified.
example:2022-12-20T15:18Z
public DescribeSuspEventExportInfoResponseBody.Builder id(Integer id)
The ID of the export task.
example:11
public DescribeSuspEventExportInfoResponseBody.Builder link(String link)
The URL at which you can download the exported Excel file.
example:public DescribeSuspEventExportInfoResponseBody.Builder progress(Integer progress)
The progress percentage of the export task.
example:100
public DescribeSuspEventExportInfoResponseBody.Builder properties(String properties)
The exported parameters of exceptions.
example:id,eventSubType,eventDetail,level,status,ip,instanceName,desc,lastTime,operateTime,note
public DescribeSuspEventExportInfoResponseBody.Builder requestId(String requestId)
The ID of the request.
example:BE120DAB-F4E7-4C53-ADC3-A97578AXXXXX
public DescribeSuspEventExportInfoResponseBody.Builder totalCount(Integer totalCount)
The total number of exceptions exported.
example:1
public DescribeSuspEventExportInfoResponseBody.Builder type(String type)
The type of the export task. The value is fixed as suspiciousEvent.
example:suspiciousEvent
public DescribeSuspEventExportInfoResponseBody build()
Copyright © 2026. All rights reserved.