public static final class ListOperationTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListOperationTaskRequest |
build() |
ListOperationTaskRequest.Builder |
checkId(Long checkId)
The ID of the check item.
|
ListOperationTaskRequest.Builder |
currentPage(Integer currentPage)
The page number to display in a paginated query.
|
ListOperationTaskRequest.Builder |
lang(String lang)
Set the language type for the request and response messages.
|
ListOperationTaskRequest.Builder |
operationTaskInstances(List<ListOperationTaskRequest.OperationTaskInstances> operationTaskInstances)
The instance information of the operation tasks to be queried.
|
ListOperationTaskRequest.Builder |
pageSize(Integer pageSize)
The maximum number of items to display per page in a paginated query.
|
ListOperationTaskRequest.Builder |
statuses(List<String> statuses)
A list of task statuses.
|
ListOperationTaskRequest.Builder |
taskId(String taskId)
The ID of the task to be queried.
|
ListOperationTaskRequest.Builder |
type(String type)
The type of operation task to be queried:
REPAIR: Repair
ROLLBACK: Rollback
example:
REPAIR
|
public ListOperationTaskRequest.Builder checkId(Long checkId)
The ID of the check item.
example:You can call the ListCheckResult API to obtain the check item ID.
76
public ListOperationTaskRequest.Builder currentPage(Integer currentPage)
The page number to display in a paginated query.
example:1
public ListOperationTaskRequest.Builder lang(String lang)
Set the language type for the request and response messages. The default value is zh. Values:
zh
public ListOperationTaskRequest.Builder operationTaskInstances(List<ListOperationTaskRequest.OperationTaskInstances> operationTaskInstances)
The instance information of the operation tasks to be queried.
public ListOperationTaskRequest.Builder pageSize(Integer pageSize)
The maximum number of items to display per page in a paginated query.
example:10
public ListOperationTaskRequest.Builder statuses(List<String> statuses)
A list of task statuses. Multiple statuses should be separated by commas (,). Values:
public ListOperationTaskRequest.Builder taskId(String taskId)
The ID of the task to be queried.
example:d7b2acf8d362742123e4a84e1bf8****
public ListOperationTaskRequest.Builder type(String type)
The type of operation task to be queried:
REPAIR
public ListOperationTaskRequest build()
Copyright © 2026. All rights reserved.