public class AddRecordBatch extends AbstractModel
skipSign
Constructor and Description |
---|
AddRecordBatch() |
AddRecordBatch(AddRecordBatch 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 |
getEnabled()
Get Record status (not supported).
|
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 (not supported).
|
String |
getSubDomain()
Get Subdomain (host record), which is `@` by default.
|
Long |
getTTL()
Get TTL value of the record, which is `600` by default.
|
String |
getValue()
Get Record value.
|
Long |
getWeight()
Get The record weight (not supported).
|
void |
setEnabled(Long Enabled)
Set Record status (not supported).
|
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 (not supported).
|
void |
setSubDomain(String SubDomain)
Set Subdomain (host record), which is `@` by default.
|
void |
setTTL(Long TTL)
Set TTL value of the record, which is `600` by default.
|
void |
setValue(String Value)
Set Record value.
|
void |
setWeight(Long Weight)
Set The record weight (not supported).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AddRecordBatch()
public AddRecordBatch(AddRecordBatch source)
public String getRecordType()
public void setRecordType(String RecordType)
RecordType
- Record type. For more information, see the `DescribeRecordType` API.public String getValue()
public void setValue(String Value)
Value
- Record value.public String getSubDomain()
public void setSubDomain(String SubDomain)
SubDomain
- Subdomain (host record), which is `@` by default.public String getRecordLine()
public void setRecordLine(String RecordLine)
RecordLine
- Split zone of the DNS record. For more information, see the `DescribeRecordLineList` API. If neither `RecordLine` nor `RecordLineId` is specified, the default split zone will be used.public String getRecordLineId()
public void setRecordLineId(String RecordLineId)
RecordLineId
- Split zone ID of the DNS record. If both `RecordLine` and `RecordLineId` are specified, `RecordLineId` will be used.public Long getWeight()
public void setWeight(Long Weight)
Weight
- The record weight (not supported).public Long getMX()
public void setMX(Long MX)
MX
- MX record value. It is `0` by default for non-MX records and required for MX records.public Long getTTL()
public void setTTL(Long TTL)
TTL
- TTL value of the record, which is `600` by default.public Long getEnabled()
public void setEnabled(Long Enabled)
Enabled
- Record status (not supported). Valid values: `0` (disabled); `1` (enabled). Default value: `1`.public String getRemark()
public void setRemark(String Remark)
Remark
- Record remarks (not supported).Copyright © 2023. All rights reserved.