public static final class DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder extends Object
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder batchType(String batchType)
The type of the batch operation.
example:DOMAIN_ADD
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder domain(String domain)
The domain name.
example:example.com
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder line(String line)
The line code.
example:default
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder newRr(String newRr)
The new hostname.
example:demo-batch-7
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder newValue(String newValue)
The new record value.
example:192.0.2.254
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder operateDateStr(String operateDateStr)
The time when the operation was performed. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mm:ss format. The time is displayed in UTC.
example:2019-08-22 18:02:58
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder priority(String priority)
The priority of the mail exchanger (MX) record.
example:10
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder reason(String reason)
The cause of the execution failure.
example:Task lock fail
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder recordId(String recordId)
The ID of the DNS record.
example:123456789
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder remark(String remark)
The description of the DNS record.
example:remark
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder rr(String rr)
The hostname.
example:www
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder rrStatus(String rrStatus)
The status of the DNS record.
example:stop
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder status(Boolean status)
The execution result of the batch operation. Valid values: true: The operation succeeded. false: The operation failed.
example:true
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder ttl(String ttl)
The time-to-live (TTL) of the DNS record.
example:600
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder type(String type)
The type of the DNS record.
example:A
public DescribeBatchResultDetailResponseBody.BatchResultDetail.Builder value(String value)
The value of the DNS record.
example:192.0.2.0
public DescribeBatchResultDetailResponseBody.BatchResultDetail build()
Copyright © 2026. All rights reserved.