public class ModifyRecordBatchRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyRecordBatchRequest() | 
| ModifyRecordBatchRequest(ModifyRecordBatchRequest 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 | getChange()Get The field to be modified. | 
| String | getChangeTo()Get The value to be changed to, which is required and subject to the `change` field. | 
| String | getMX()Get MX record priority, which is required only if the `Change` field is `mx`. | 
| Long[] | getRecordIdList()Get Array of record IDs. | 
| String | getValue()Get The record value to be changed to, which is required only if the `change` field is `record_type`. | 
| void | setChange(String Change)Set The field to be modified. | 
| void | setChangeTo(String ChangeTo)Set The value to be changed to, which is required and subject to the `change` field. | 
| void | setMX(String MX)Set MX record priority, which is required only if the `Change` field is `mx`. | 
| void | setRecordIdList(Long[] RecordIdList)Set Array of record IDs. | 
| void | setValue(String Value)Set The record value to be changed to, which is required only if the `change` field is `record_type`. | 
| 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 ModifyRecordBatchRequest()
public ModifyRecordBatchRequest(ModifyRecordBatchRequest source)
public Long[] getRecordIdList()
public void setRecordIdList(Long[] RecordIdList)
RecordIdList - Array of record IDs. You can view all DNS records and their IDs via the `DescribeRecordList` API.public String getChange()
public void setChange(String Change)
Change - The field to be modified. Valid values: `sub_domain`, `record_type`, `area`, `value`, `mx`, `ttl`, `status`.public String getChangeTo()
public void setChangeTo(String ChangeTo)
ChangeTo - The value to be changed to, which is required and subject to the `change` field.public String getValue()
public void setValue(String Value)
Value - The record value to be changed to, which is required only if the `change` field is `record_type`.public String getMX()
public void setMX(String MX)
MX - MX record priority, which is required only if the `Change` field is `mx`.Copyright © 2025. All rights reserved.