public static final class DescribeOnceTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOnceTaskRequest |
build() |
DescribeOnceTaskRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeOnceTaskRequest.Builder |
endTimeQuery(Long endTimeQuery)
The timestamp when the root task ends.
|
DescribeOnceTaskRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeOnceTaskRequest.Builder |
rootTaskId(String rootTaskId)
The ID of the root task.
|
DescribeOnceTaskRequest.Builder |
source(String source)
The source of the task.
|
DescribeOnceTaskRequest.Builder |
startTimeQuery(Long startTimeQuery)
The timestamp when the root task starts.
|
DescribeOnceTaskRequest.Builder |
taskId(String taskId)
The ID of the task.
|
DescribeOnceTaskRequest.Builder |
taskType(String taskType)
The type of the task.
|
public DescribeOnceTaskRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeOnceTaskRequest.Builder endTimeQuery(Long endTimeQuery)
The timestamp when the root task ends. Unit: milliseconds.
example:1651766520000
public DescribeOnceTaskRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 20.
example:20
public DescribeOnceTaskRequest.Builder rootTaskId(String rootTaskId)
The ID of the root task.
example:You must specify at least one of the TaskType and RootTaskId parameters.
bb5d657479bba5e1d308b6c9e85c9174
public DescribeOnceTaskRequest.Builder source(String source)
The source of the task. Valid values include the following values:
console
public DescribeOnceTaskRequest.Builder startTimeQuery(Long startTimeQuery)
The timestamp when the root task starts. Unit: milliseconds.
example:1651737301000
public DescribeOnceTaskRequest.Builder taskId(String taskId)
The ID of the task.
example:d7b2acf8d362742123e4a84e1bf8****
public DescribeOnceTaskRequest.Builder taskType(String taskType)
The type of the task. Valid values:
example:You must specify at least one of the TaskType and RootTaskId parameters.
CLIENT_PROBLEM_CHECK
public DescribeOnceTaskRequest build()
Copyright © 2026. All rights reserved.