public class CreateRecordBatchRequest extends AbstractModel
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,多个 domain_id 用英文逗号进行分割。
|
AddRecordBatch[] |
getRecordList()
Get 记录数组
|
void |
setDomainIdList(String[] DomainIdList)
Set 域名ID,多个 domain_id 用英文逗号进行分割。
|
void |
setRecordList(AddRecordBatch[] RecordList)
Set 记录数组
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateRecordBatchRequest()
public CreateRecordBatchRequest(CreateRecordBatchRequest source)
public String[] getDomainIdList()
public void setDomainIdList(String[] DomainIdList)
DomainIdList
- 域名ID,多个 domain_id 用英文逗号进行分割。public AddRecordBatch[] getRecordList()
public void setRecordList(AddRecordBatch[] RecordList)
RecordList
- 记录数组Copyright © 2023. All rights reserved.