public class CreateRecordBatchRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateRecordBatchRequest() | 
| CreateRecordBatchRequest(CreateRecordBatchRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getDomainIdList()Get 域名ID,多个域名ID用英文逗号进行分割。可以通过接口DescribeDomainList查到所有的Domain以及DomainId | 
| AddRecordBatch[] | getRecordList()Get 记录数组 | 
| void | setDomainIdList(String[] DomainIdList)Set 域名ID,多个域名ID用英文逗号进行分割。可以通过接口DescribeDomainList查到所有的Domain以及DomainId | 
| void | setRecordList(AddRecordBatch[] RecordList)Set 记录数组 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateRecordBatchRequest()
public CreateRecordBatchRequest(CreateRecordBatchRequest source)
public String[] getDomainIdList()
public void setDomainIdList(String[] DomainIdList)
DomainIdList - 域名ID,多个域名ID用英文逗号进行分割。可以通过接口DescribeDomainList查到所有的Domain以及DomainIdpublic AddRecordBatch[] getRecordList()
public void setRecordList(AddRecordBatch[] RecordList)
RecordList - 记录数组Copyright © 2025. All rights reserved.