public class DescribeDomainResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
certificateBody
The second-level domain name that is automatically assigned to the API group.
|
String |
certificateId
The status of the domain name that uses WebSocket.
|
String |
certificateName
The validity status of the domain name.
|
String |
certificatePrivateKey
The custom domain name.
|
String |
domainBindingStatus
Remarks about the domain name, such as the cause of an exception.
|
String |
domainCNAMEStatus
* This operation is intended for API providers.
|
String |
domainLegalStatus
The ID of the API group to which the domain name is bound.
|
String |
domainName
The binding status of the custom domain name.
|
String |
domainRemark
The domain name does not have an ICP filing.
|
String |
domainWebSocketStatus
The ID of the request.
|
String |
groupId
The content of the certificate.
|
String |
requestId
The name of the SSL certificate.
|
String |
subDomain
The domain name resolution status.
|
| 构造器和说明 |
|---|
DescribeDomainResponseBody() |
@NameInMap(value="CertificateBody") public String certificateBody
The second-level domain name that is automatically assigned to the API group.
@NameInMap(value="CertificateId") public String certificateId
The status of the domain name that uses WebSocket.
@NameInMap(value="CertificateName") public String certificateName
The validity status of the domain name. Valid values:
* NORMAL
* ABNORMAL: This status affects API calls and must be resolved as soon as possible.
@NameInMap(value="CertificatePrivateKey") public String certificatePrivateKey
The custom domain name.
@NameInMap(value="DomainBindingStatus") public String domainBindingStatus
Remarks about the domain name, such as the cause of an exception.
@NameInMap(value="DomainCNAMEStatus") public String domainCNAMEStatus
* This operation is intended for API providers.
@NameInMap(value="DomainLegalStatus") public String domainLegalStatus
The ID of the API group to which the domain name is bound. This ID is generated by the system and globally unique.
@NameInMap(value="DomainName") public String domainName
The binding status of the custom domain name. Valid values:
* BINDING: The domain name has been bound.
* BOUND: The domain name has not been bound.
@NameInMap(value="DomainRemark") public String domainRemark
The domain name does not have an ICP filing.
@NameInMap(value="DomainWebSocketStatus") public String domainWebSocketStatus
The ID of the request.
@NameInMap(value="GroupId") public String groupId
The content of the certificate.
@NameInMap(value="RequestId") public String requestId
The name of the SSL certificate.
@NameInMap(value="SubDomain") public String subDomain
The domain name resolution status. Valid values:
* RESOLVED: The domain name has been resolved.
* UNRESOLVED: The domain name has not been resolved.
public static DescribeDomainResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainResponseBody setCertificateBody(String certificateBody)
public String getCertificateBody()
public DescribeDomainResponseBody setCertificateId(String certificateId)
public String getCertificateId()
public DescribeDomainResponseBody setCertificateName(String certificateName)
public String getCertificateName()
public DescribeDomainResponseBody setCertificatePrivateKey(String certificatePrivateKey)
public String getCertificatePrivateKey()
public DescribeDomainResponseBody setDomainBindingStatus(String domainBindingStatus)
public String getDomainBindingStatus()
public DescribeDomainResponseBody setDomainCNAMEStatus(String domainCNAMEStatus)
public String getDomainCNAMEStatus()
public DescribeDomainResponseBody setDomainLegalStatus(String domainLegalStatus)
public String getDomainLegalStatus()
public DescribeDomainResponseBody setDomainName(String domainName)
public String getDomainName()
public DescribeDomainResponseBody setDomainRemark(String domainRemark)
public String getDomainRemark()
public DescribeDomainResponseBody setDomainWebSocketStatus(String domainWebSocketStatus)
public String getDomainWebSocketStatus()
public DescribeDomainResponseBody setGroupId(String groupId)
public String getGroupId()
public DescribeDomainResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeDomainResponseBody setSubDomain(String subDomain)
public String getSubDomain()
Copyright © 2023. All rights reserved.