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 |
|---|---|
String |
getCreatedOn()
Get Record creation time.
|
Long |
getEnabled()
Get 0 suspend 1 enable.
|
Long |
getMX()
Get MX priority, which is required when the record type is mx.
|
String |
getRecordId()
Get Record ID.
|
String |
getRecordType()
Get Record type.
|
String |
getRecordValue()
Get Record value.
|
String |
getRemark()
Get Remarks
|
String |
getSubDomain()
Get Subdomain name.
|
Long |
getTTL()
Get Record cache time.
|
String |
getUpdatedOn()
Get Record update time.
|
Long |
getWeight()
Get Record weight.
|
String |
getZoneId()
Get Private domain ID, which is in zone-xxxxxxxx format.
|
void |
setCreatedOn(String CreatedOn)
Set Record creation time.
|
void |
setEnabled(Long Enabled)
Set 0 suspend 1 enable.
|
void |
setMX(Long MX)
Set MX priority, which is required when the record type is mx.
|
void |
setRecordId(String RecordId)
Set Record ID.
|
void |
setRecordType(String RecordType)
Set Record type.
|
void |
setRecordValue(String RecordValue)
Set Record value.
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setSubDomain(String SubDomain)
Set Subdomain name.
|
void |
setTTL(Long TTL)
Set Record cache time.
|
void |
setUpdatedOn(String UpdatedOn)
Set Record update time.
|
void |
setWeight(Long Weight)
Set Record weight.
|
void |
setZoneId(String ZoneId)
Set Private domain ID, which is in zone-xxxxxxxx format.
|
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 RecordInfo()
public RecordInfo(RecordInfo source)
public String getRecordId()
public void setRecordId(String RecordId)
RecordId - Record ID.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Private domain ID, which is in zone-xxxxxxxx format.public String getSubDomain()
public void setSubDomain(String SubDomain)
SubDomain - Subdomain name.public String getRecordType()
public void setRecordType(String RecordType)
RecordType - Record type. Valid values: A, AAAA, CNAME, MX, TXT, and PTR.public String getRecordValue()
public void setRecordValue(String RecordValue)
RecordValue - Record value.public Long getTTL()
public void setTTL(Long TTL)
TTL - Record cache time. The smaller the value, the faster the record will take effect. Value range: 1-86,400s. Default value: 600.public Long getMX()
public void setMX(Long MX)
MX - MX priority, which is required when the record type is mx. valid values: 5, 10, 15, 20, 30, 40, and 50.public Long getWeight()
public void setWeight(Long Weight)
Weight - Record weight. valid values: 1–100.public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - Record creation time.public String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn - Record update time.public Long getEnabled()
public void setEnabled(Long Enabled)
Enabled - 0 suspend 1 enable.public String getRemark()
public void setRemark(String Remark)
Remark - RemarksCopyright © 2025. All rights reserved.