public static final class ListOperationTaskResponseBody.OperationTasks.Builder extends Object
public ListOperationTaskResponseBody.OperationTasks.Builder checkId(Long checkId)
The ID of the check item.
example:3
public ListOperationTaskResponseBody.OperationTasks.Builder checkShowName(String checkShowName)
The name of the check item.
example:checkShowName
public ListOperationTaskResponseBody.OperationTasks.Builder dealTime(Long dealTime)
The processing time of the task.
example:1723173101010
public ListOperationTaskResponseBody.OperationTasks.Builder errorCode(String errorCode)
The error code.
example:BackUpScriptError
public ListOperationTaskResponseBody.OperationTasks.Builder errorMsg(String errorMsg)
The error message.
example:backUp script error
public ListOperationTaskResponseBody.OperationTasks.Builder instanceFreed(Boolean instanceFreed)
Whether the instance is released:
true
public ListOperationTaskResponseBody.OperationTasks.Builder instanceId(String instanceId)
The ID of the server instance.
example:i-wz9abo6wgjmh4yep****
public ListOperationTaskResponseBody.OperationTasks.Builder lastCheckTime(Long lastCheckTime)
The timestamp of the latest check, in milliseconds.
example:1723173101000
public ListOperationTaskResponseBody.OperationTasks.Builder regionId(String regionId)
The ID of the region where the server is located.
example:cn-shenzhen
public ListOperationTaskResponseBody.OperationTasks.Builder repairSupportType(Integer repairSupportType)
The type of repair supported by the check item:
1
public ListOperationTaskResponseBody.OperationTasks.Builder riskLevel(String riskLevel)
The risk level of the detected alert. Values:
high
public ListOperationTaskResponseBody.OperationTasks.Builder rootTaskId(String rootTaskId)
The ID of the main task.
example:01db51b0e5307bb703a22611c86f****
public ListOperationTaskResponseBody.OperationTasks.Builder status(String status)
The status of the task. Possible values:
REPAIRING
public ListOperationTaskResponseBody.OperationTasks.Builder statusShowName(String statusShowName)
The display status of the repair task.
example:Verified After Repair Success
public ListOperationTaskResponseBody.OperationTasks.Builder supportRollBack(Boolean supportRollBack)
Whether rollback is supported:
true
public ListOperationTaskResponseBody.OperationTasks.Builder taskId(String taskId)
The ID of the operation task.
example:5bb1a313f9924b728b3c12e007c1****
public ListOperationTaskResponseBody.OperationTasks.Builder type(String type)
The type of the operation task being queried:
REPAIR
public ListOperationTaskResponseBody.OperationTasks build()
Copyright © 2026. All rights reserved.