public static final class DescribeOnceTaskResponseBody.TaskManageResponseList.Builder extends Object
构造器和说明 |
---|
Builder() |
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder detailData(String detailData)
* **causeCode**: the returned code for the cause * **causeMsg**: the returned information for the cause * **resCode**: the returned code of troubleshooting * **resMsg**: the returned information about troubleshooting * **problemType**: the type of the issue * **dispatchType**: the task delivery method * **uuid**: the UUID of the server * **instanceId**: the instance ID of the server * **internetIp**: the public IP address of the server * **intranetIp**: the private IP address of the server * **instanceName**: the instance name of the server * **url**: the download link of the troubleshooting log
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder failCount(Integer failCount)
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder progress(String progress)
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder resultInfo(String resultInfo)
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder successCount(Integer successCount)
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskEndTime(Long taskEndTime)
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskId(String taskId)
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskName(String taskName)
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskStartTime(Long taskStartTime)
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskStatus(Integer taskStatus)
* **1**: started * **2**: complete * **3**: failed * **4**: timed out
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskStatusText(String taskStatusText)
* **INIT**: The task is pending start. * **START**: The task is started. * **DISPATCH**: The self-check command is issued. * **SUCCESS**: The self-check is complete. * **FAIL**: The task fails. * **TIMEOUT**: The task times out.
public DescribeOnceTaskResponseBody.TaskManageResponseList.Builder taskType(String taskType)
* **CLIENT\_PROBLEM_CHECK**: a task of the Security Center agent * **CLIENT\_DEV_OPS**: an O\&M task of Cloud Assistant * **ASSET\_SECURITY_CHECK**: a task of asset information collection
public DescribeOnceTaskResponseBody.TaskManageResponseList build()
Copyright © 2023. All rights reserved.