public static final class DescribeOnceTaskResponseBody.TaskManageResponseList.Builder extends Object
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder detailData(String detailData)
The execution details of the task. The value of this parameter is in the JSON format.
[ { "dispatchType": "manual", "causeMsg": [], "causeCode": [], "resCode": [ "1003" ], "resMsg": [ "powershell -executionpolicy bypass -c "(New-Object Net.WebClient).DownloadFile("http://aegis.alicdn.com/download/aegis_client_self_check/win32/aegis_checker.exe\", $ExecutionContext.SessionState.Path.GetUnresolvedProviderPathFromPSPath(".\\aegis_checker.exe"))"; "./aegis_checker.exe -b eyJtb2RlIjoxLCJqc3J2X2RvbWFpbiI6W10sImlzc3VlIjoib2ZmbGluZSIsInVwZGF0ZV9kb21haW4iOltdLCJ1dWlkIjoiaW5ldC1lYWUwNDg2Ny0wMDJmLTQyM2QtYWYwMC1jNzJjZDYyOWIyNDgiLCJjbWRfaWR4IjoiNDRjZThiZWI3ZGYyYTQxMjQ1NGM4ZDc5OTE1ODI1MzMifQ=="" ], "problemType": "offline", "uuid": "inet-eae04867-002f-423d-af00-c72cd629****" } ]
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder failCount(Integer failCount)
The number of tasks that fail to be executed.
example:2
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder progress(String progress)
The progress of the task. Unit: percent (%).
example:10%
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder resultInfo(String resultInfo)
The execution result of the task.
example:successful
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder successCount(Integer successCount)
The number of tasks that are executed.
example:7
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskEndTime(Long taskEndTime)
The timestamp that indicates the time when the task ends. Unit: milliseconds.
example:1650267989000
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskId(String taskId)
The task ID.
example:e900f528f5a6229bb640ca27cb44c98e
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskName(String taskName)
The name of the task.
example:CLIENT_PROBLEM_CHECK
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskStartTime(Long taskStartTime)
The timestamp that indicates the time when the task starts. Unit: milliseconds.
example:1649732012000
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskStatus(Integer taskStatus)
The status of the task. Valid values:
1
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskStatusText(String taskStatusText)
The text description of the status for the task. Valid values:
INIT
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskType(String taskType)
The type of the task. Valid values:
CLIENT_PROBLEM_CHECK
public DescribeOnceTaskResponseBody.TaskManageResponseList build()
Copyright © 2026. All rights reserved.