public static final class DescribeBatchResultCountResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeBatchResultCountResponseBody.Builder |
batchType(String batchType)
The type of the batch operation.
|
DescribeBatchResultCountResponseBody |
build() |
DescribeBatchResultCountResponseBody.Builder |
failedCount(Integer failedCount)
The total number of domain names or DNS records that failed to be processed.
|
DescribeBatchResultCountResponseBody.Builder |
reason(String reason)
The cause of the execution failure.
|
DescribeBatchResultCountResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeBatchResultCountResponseBody.Builder |
status(Integer status)
The state of the task.
|
DescribeBatchResultCountResponseBody.Builder |
successCount(Integer successCount)
The total number of domain names or DNS records that were processed.
|
DescribeBatchResultCountResponseBody.Builder |
taskId(Long taskId)
The ID of the last task.
|
DescribeBatchResultCountResponseBody.Builder |
totalCount(Integer totalCount)
The total number of DNS records that were processed in batches.
|
public DescribeBatchResultCountResponseBody.Builder batchType(String batchType)
The type of the batch operation.
example:DOMAIN_ADD
public DescribeBatchResultCountResponseBody.Builder failedCount(Integer failedCount)
The total number of domain names or DNS records that failed to be processed.
example:2
public DescribeBatchResultCountResponseBody.Builder reason(String reason)
The cause of the execution failure.
example:failed_reason
public DescribeBatchResultCountResponseBody.Builder requestId(String requestId)
The request ID.
example:75446CC1-FC9A-4595-8D96-089D73D7A63D
public DescribeBatchResultCountResponseBody.Builder status(Integer status)
The state of the task. Valid values:
0
public DescribeBatchResultCountResponseBody.Builder successCount(Integer successCount)
The total number of domain names or DNS records that were processed.
example:2
public DescribeBatchResultCountResponseBody.Builder taskId(Long taskId)
The ID of the last task.
example:123456
public DescribeBatchResultCountResponseBody.Builder totalCount(Integer totalCount)
The total number of DNS records that were processed in batches.
example:4
public DescribeBatchResultCountResponseBody build()
Copyright © 2026. All rights reserved.