public class ModifyDnsRecordResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ModifyDnsRecordResponse()  | 
ModifyDnsRecordResponse(ModifyDnsRecordResponse 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 | 
getCname()
Get CNAME address
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getContent()
Get Record content 
 | 
String | 
getCreatedOn()
Get Creation time 
 | 
String | 
getId()
Get Record ID 
 | 
Boolean | 
getLocked()
Get Whether the DNS record is locked 
 | 
String | 
getMode()
Get Proxy mode 
 | 
String | 
getModifiedOn()
Get Modification time 
 | 
String | 
getName()
Get Record name 
 | 
Long | 
getPriority()
Get Priority 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getStatus()
Get Resolution status 
 | 
Long | 
getTtl()
Get 
 | 
String | 
getType()
Get Record type 
 | 
String | 
getZoneId()
Get Site ID 
 | 
String | 
getZoneName()
Get Site name 
 | 
void | 
setCname(String Cname)
Set CNAME address
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setContent(String Content)
Set Record content 
 | 
void | 
setCreatedOn(String CreatedOn)
Set Creation time 
 | 
void | 
setId(String Id)
Set Record ID 
 | 
void | 
setLocked(Boolean Locked)
Set Whether the DNS record is locked 
 | 
void | 
setMode(String Mode)
Set Proxy mode 
 | 
void | 
setModifiedOn(String ModifiedOn)
Set Modification time 
 | 
void | 
setName(String Name)
Set Record name 
 | 
void | 
setPriority(Long Priority)
Set Priority 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setStatus(String Status)
Set Resolution status 
 | 
void | 
setTtl(Long Ttl)
Set 
 | 
void | 
setType(String Type)
Set Record type 
 | 
void | 
setZoneId(String ZoneId)
Set Site ID 
 | 
void | 
setZoneName(String ZoneName)
Set Site name 
 | 
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 ModifyDnsRecordResponse()
public ModifyDnsRecordResponse(ModifyDnsRecordResponse source)
public String getId()
public void setId(String Id)
Id - Record IDpublic String getType()
public void setType(String Type)
Type - Record typepublic String getName()
public void setName(String Name)
Name - Record namepublic String getContent()
public void setContent(String Content)
Content - Record contentpublic Long getTtl()
public void setTtl(Long Ttl)
Ttl - public Long getPriority()
public void setPriority(Long Priority)
Priority - Prioritypublic String getMode()
public void setMode(String Mode)
Mode - Proxy modepublic String getStatus()
public void setStatus(String Status)
Status - Resolution statuspublic String getCname()
public void setCname(String Cname)
Cname - CNAME address
Note: This field may return `null`, indicating that no valid value can be obtained.public Boolean getLocked()
public void setLocked(Boolean Locked)
Locked - Whether the DNS record is lockedpublic String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - Creation timepublic String getModifiedOn()
public void setModifiedOn(String ModifiedOn)
ModifiedOn - Modification timepublic String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Site IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName - Site namepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.