public class CheckDomainResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
domainStatus
The status of the domain name.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
CheckDomainResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckDomainResponseBody |
build(Map<String,?> map) |
Integer |
getDomainStatus() |
String |
getRequestId() |
CheckDomainResponseBody |
setDomainStatus(Integer domainStatus) |
CheckDomainResponseBody |
setRequestId(String requestId) |
@NameInMap(value="DomainStatus") public Integer domainStatus
The status of the domain name. Indicates whether the domain name is verified and available.
* 0: indicates that the domain name is verified and available.
* 1: indicates that the domain name fails to be verified and is unavailable.
* 2: indicates that the domain name is available, but not filed or configured with a CNAME record.
* 3: indicates that the domain name is available but not filed.
* 4: indicates that the domain name is available but not configured with a CNAME record.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static CheckDomainResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CheckDomainResponseBody setDomainStatus(Integer domainStatus)
public Integer getDomainStatus()
public CheckDomainResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.