public class CreateDomainRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateDomainRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCertificateId()Get Server certificate, which is used for the HTTPS interaction between client and GAAP. | 
| String | getClientCertificateId()Get Client CA certificate, which is used for the HTTPS interaction between client and GAAP. | 
| String | getDomain()Get Domain name to be created. | 
| String | getListenerId()Get Listener ID. | 
| String[] | getPolyClientCertificateIds()Get Client CA certificate, which is used for the HTTPS interaction between the client and GAAP. | 
| void | setCertificateId(String CertificateId)Set Server certificate, which is used for the HTTPS interaction between client and GAAP. | 
| void | setClientCertificateId(String ClientCertificateId)Set Client CA certificate, which is used for the HTTPS interaction between client and GAAP. | 
| void | setDomain(String Domain)Set Domain name to be created. | 
| void | setListenerId(String ListenerId)Set Listener ID. | 
| void | setPolyClientCertificateIds(String[] PolyClientCertificateIds)Set Client CA certificate, which is used for the HTTPS interaction between the client and GAAP. | 
| 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, toJsonStringpublic String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - Listener ID.public String getDomain()
public void setDomain(String Domain)
Domain - Domain name to be created. Each listener supports up to 100 domain names.public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId - Server certificate, which is used for the HTTPS interaction between client and GAAP.public String getClientCertificateId()
public void setClientCertificateId(String ClientCertificateId)
ClientCertificateId - Client CA certificate, which is used for the HTTPS interaction between client and GAAP.
This field is required only when the mutual authentication method is adopted.public String[] getPolyClientCertificateIds()
public void setPolyClientCertificateIds(String[] PolyClientCertificateIds)
PolyClientCertificateIds - Client CA certificate, which is used for the HTTPS interaction between the client and GAAP.
This field or the `ClientCertificateId` field is required for mutual authentication only.Copyright © 2020. All rights reserved.