public class ModifyDnsRecordsStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDnsRecordsStatusRequest() |
ModifyDnsRecordsStatusRequest(ModifyDnsRecordsStatusRequest 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[] |
getRecordsToDisable()
Get List of DNS record IDs to be disabled, with a limit of 200.
|
String[] |
getRecordsToEnable()
Get List of DNS record IDs to be enabled, with a limit of 200.
|
String |
getZoneId()
Get Site ID.
|
void |
setRecordsToDisable(String[] RecordsToDisable)
Set List of DNS record IDs to be disabled, with a limit of 200.
|
void |
setRecordsToEnable(String[] RecordsToEnable)
Set List of DNS record IDs to be enabled, with a limit of 200.
|
void |
setZoneId(String ZoneId)
Set Site ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDnsRecordsStatusRequest()
public ModifyDnsRecordsStatusRequest(ModifyDnsRecordsStatusRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Site ID.public String[] getRecordsToEnable()
public void setRecordsToEnable(String[] RecordsToEnable)
RecordsToEnable
- List of DNS record IDs to be enabled, with a limit of 200. Note: The same DNS record ID cannot exist in both RecordsToEnable and RecordsToDisable.public String[] getRecordsToDisable()
public void setRecordsToDisable(String[] RecordsToDisable)
RecordsToDisable
- List of DNS record IDs to be disabled, with a limit of 200. Note: The same DNS record ID cannot exist in both RecordsToEnable and RecordsToDisable.Copyright © 2025. All rights reserved.