Class DNSAttributes
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.DNSAttributes
-
public class DNSAttributes extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrentValue()Get 腾讯云目前检测到的值StringgetExpectedValue()Get 需要配置的值StringgetSendDomain()Get 域名BooleangetStatus()Get 检测是否通过,创建时默认为falseStringgetType()Get 记录类型 CNAME | A | TXT | MXvoidsetCurrentValue(String CurrentValue)Set 腾讯云目前检测到的值voidsetExpectedValue(String ExpectedValue)Set 需要配置的值voidsetSendDomain(String SendDomain)Set 域名voidsetStatus(Boolean Status)Set 检测是否通过,创建时默认为falsevoidsetType(String Type)Set 记录类型 CNAME | A | TXT | MXvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DNSAttributes
public DNSAttributes()
-
DNSAttributes
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 记录类型 CNAME | A | TXT | MX- Returns:
- Type 记录类型 CNAME | A | TXT | MX
-
setType
public void setType(String Type)
Set 记录类型 CNAME | A | TXT | MX- Parameters:
Type- 记录类型 CNAME | A | TXT | MX
-
getSendDomain
public String getSendDomain()
Get 域名- Returns:
- SendDomain 域名
-
setSendDomain
public void setSendDomain(String SendDomain)
Set 域名- Parameters:
SendDomain- 域名
-
getExpectedValue
public String getExpectedValue()
Get 需要配置的值- Returns:
- ExpectedValue 需要配置的值
-
setExpectedValue
public void setExpectedValue(String ExpectedValue)
Set 需要配置的值- Parameters:
ExpectedValue- 需要配置的值
-
getCurrentValue
public String getCurrentValue()
Get 腾讯云目前检测到的值- Returns:
- CurrentValue 腾讯云目前检测到的值
-
setCurrentValue
public void setCurrentValue(String CurrentValue)
Set 腾讯云目前检测到的值- Parameters:
CurrentValue- 腾讯云目前检测到的值
-
getStatus
public Boolean getStatus()
Get 检测是否通过,创建时默认为false- Returns:
- Status 检测是否通过,创建时默认为false
-
setStatus
public void setStatus(Boolean Status)
Set 检测是否通过,创建时默认为false- Parameters:
Status- 检测是否通过,创建时默认为false
-
-