public class RecordInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
RecordInfo() |
RecordInfo(RecordInfo 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 |
|---|---|
Long |
getDomainId()
Get Domain ID.
|
Long |
getEnabled()
Get Record status.
|
Long |
getId()
Get Record ID.
|
String |
getMonitorStatus()
Get D-Monitor status of the record.
|
Long |
getMX()
Get MX record value.
|
String |
getRecordLine()
Get Split zone of the DNS record.
|
String |
getRecordLineId()
Get Split zone ID of the DNS record.
|
String |
getRecordType()
Get Record type.
|
String |
getRemark()
Get Record remarks.
|
String |
getSubDomain()
Get Subdomain (host record).
|
Long |
getTTL()
Get TTL value of the record.
|
String |
getUpdatedOn()
Get Last update time of the record.
|
String |
getValue()
Get Record value.
|
Long |
getWeight()
Get Record weight.
|
void |
setDomainId(Long DomainId)
Set Domain ID.
|
void |
setEnabled(Long Enabled)
Set Record status.
|
void |
setId(Long Id)
Set Record ID.
|
void |
setMonitorStatus(String MonitorStatus)
Set D-Monitor status of the record.
|
void |
setMX(Long MX)
Set MX record value.
|
void |
setRecordLine(String RecordLine)
Set Split zone of the DNS record.
|
void |
setRecordLineId(String RecordLineId)
Set Split zone ID of the DNS record.
|
void |
setRecordType(String RecordType)
Set Record type.
|
void |
setRemark(String Remark)
Set Record remarks.
|
void |
setSubDomain(String SubDomain)
Set Subdomain (host record).
|
void |
setTTL(Long TTL)
Set TTL value of the record.
|
void |
setUpdatedOn(String UpdatedOn)
Set Last update time of the record.
|
void |
setValue(String Value)
Set Record value.
|
void |
setWeight(Long Weight)
Set Record weight.
|
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, toJsonStringpublic RecordInfo()
public RecordInfo(RecordInfo source)
public Long getId()
public void setId(Long Id)
Id - Record ID.public String getSubDomain()
public void setSubDomain(String SubDomain)
SubDomain - Subdomain (host record).public String getRecordType()
public void setRecordType(String RecordType)
RecordType - Record type. For more information, see the `DescribeRecordType` API.public String getRecordLine()
public void setRecordLine(String RecordLine)
RecordLine - Split zone of the DNS record. For more information, see the `DescribeRecordLineList` API.public String getRecordLineId()
public void setRecordLineId(String RecordLineId)
RecordLineId - Split zone ID of the DNS record. For more information, see the `DescribeRecordLineList` API.public String getValue()
public void setValue(String Value)
Value - Record value.public Long getWeight()
public void setWeight(Long Weight)
Weight - Record weight.
Note: This field may return null, indicating that no valid values can be obtained.public Long getMX()
public void setMX(Long MX)
MX - MX record value. It is 0 by default for non-MX records.public Long getTTL()
public void setTTL(Long TTL)
TTL - TTL value of the record.public Long getEnabled()
public void setEnabled(Long Enabled)
Enabled - Record status. Valid values: 0 (disabled); 1 (enabled).public String getMonitorStatus()
public void setMonitorStatus(String MonitorStatus)
MonitorStatus - D-Monitor status of the record.
"Ok" : The server is normal.
"Warn" : There is an alarm on this record, and the server returns 4XX.
"Down" : The server is down.
"" : D-Monitor is disabled for this record.public String getRemark()
public void setRemark(String Remark)
Remark - Record remarks.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn - Last update time of the record.public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId - Domain ID.Copyright © 2024. All rights reserved.