public class ModifyRecordStatusRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRecordStatusRequest() |
ModifyRecordStatusRequest(ModifyRecordStatusRequest 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 |
getDomain()
Get Domain
|
Long |
getDomainId()
Get The domain ID.
|
Long |
getRecordId()
Get The record ID.
|
String |
getStatus()
Get Record status.
|
void |
setDomain(String Domain)
Set Domain
|
void |
setDomainId(Long DomainId)
Set The domain ID.
|
void |
setRecordId(Long RecordId)
Set The record ID.
|
void |
setStatus(String Status)
Set Record status.
|
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 ModifyRecordStatusRequest()
public ModifyRecordStatusRequest(ModifyRecordStatusRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domainpublic Long getRecordId()
public void setRecordId(Long RecordId)
RecordId
- The record ID. You can view all DNS records and their IDs via the `DescribeRecordList` API.public String getStatus()
public void setStatus(String Status)
Status
- Record status. Valid values: `ENABLE`, `DISABLE`. If `DISABLE` is passed in, the DNS record won't take effect, and the limit on round-robin DNS won't be verified.public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- The domain ID. `DomainId` takes priority over `Domain`. If `DomainId` is passed in, `Domain` is ignored. You can view all `Domain` and `DomainId` values via the `DescribeDomainList` API.Copyright © 2024. All rights reserved.