public static final class DescribeBatchResultCountRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeBatchResultCountRequest.Builder |
batchType(String batchType)
The type of the batch operation.
|
DescribeBatchResultCountRequest |
build() |
DescribeBatchResultCountRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeBatchResultCountRequest.Builder |
taskId(Long taskId)
The task ID.
|
public DescribeBatchResultCountRequest.Builder batchType(String batchType)
The type of the batch operation. Valid values:
example:If you do not specify this parameter, filtering is not required.
DOMAIN_ADD
public DescribeBatchResultCountRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
en
public DescribeBatchResultCountRequest.Builder taskId(Long taskId)
The task ID.
example:If you specify TaskId, the execution result of the specified task is returned. If you do not specify TaskId, the execution result of the last task is returned.
123456
public DescribeBatchResultCountRequest build()
Copyright © 2026. All rights reserved.