public class DNSAttributes extends AbstractModel
Constructor and Description |
---|
DNSAttributes() |
DNSAttributes(DNSAttributes 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 |
getCurrentValue()
Get 腾讯云目前检测到的值
|
String |
getExpectedValue()
Get 需要配置的值
|
String |
getSendDomain()
Get 域名
|
Boolean |
getStatus()
Get 检测是否通过,创建时默认为false
|
String |
getType()
Get 记录类型 CNAME | A | TXT | MX
|
void |
setCurrentValue(String CurrentValue)
Set 腾讯云目前检测到的值
|
void |
setExpectedValue(String ExpectedValue)
Set 需要配置的值
|
void |
setSendDomain(String SendDomain)
Set 域名
|
void |
setStatus(Boolean Status)
Set 检测是否通过,创建时默认为false
|
void |
setType(String Type)
Set 记录类型 CNAME | A | TXT | MX
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DNSAttributes()
public DNSAttributes(DNSAttributes source)
public String getType()
public void setType(String Type)
Type
- 记录类型 CNAME | A | TXT | MXpublic String getSendDomain()
public void setSendDomain(String SendDomain)
SendDomain
- 域名public String getExpectedValue()
public void setExpectedValue(String ExpectedValue)
ExpectedValue
- 需要配置的值public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue
- 腾讯云目前检测到的值public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- 检测是否通过,创建时默认为falseCopyright © 2022. All rights reserved.