public class ApplyCertificateRequest extends AbstractModel
Constructor and Description |
---|
ApplyCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Get Alias.
|
String |
getContactEmail()
Get Email address.
|
String |
getContactPhone()
Get Mobile number.
|
String |
getCsrEncryptAlgo()
Get Encryption algorithm.
|
String |
getCsrKeyParameter()
Get Key pair parameter.
|
String |
getCsrKeyPassword()
Get CSR encryption password.
|
String |
getDomainName()
Get Domain name.
|
String |
getDvAuthMethod()
Get Verification type.
|
String |
getOldCertificateId()
Get Original certificate ID, which is used to apply for a new certificate.
|
String |
getPackageType()
Get Certificate type.
|
Long |
getProjectId()
Get Project ID.
|
String |
getValidityPeriod()
Get Validity period.
|
void |
setAlias(String Alias)
Set Alias.
|
void |
setContactEmail(String ContactEmail)
Set Email address.
|
void |
setContactPhone(String ContactPhone)
Set Mobile number.
|
void |
setCsrEncryptAlgo(String CsrEncryptAlgo)
Set Encryption algorithm.
|
void |
setCsrKeyParameter(String CsrKeyParameter)
Set Key pair parameter.
|
void |
setCsrKeyPassword(String CsrKeyPassword)
Set CSR encryption password.
|
void |
setDomainName(String DomainName)
Set Domain name.
|
void |
setDvAuthMethod(String DvAuthMethod)
Set Verification type.
|
void |
setOldCertificateId(String OldCertificateId)
Set Original certificate ID, which is used to apply for a new certificate.
|
void |
setPackageType(String PackageType)
Set Certificate type.
|
void |
setProjectId(Long ProjectId)
Set Project ID.
|
void |
setValidityPeriod(String ValidityPeriod)
Set Validity period.
|
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 String getDvAuthMethod()
public void setDvAuthMethod(String DvAuthMethod)
DvAuthMethod
- Verification type. DNS_AUTO: automatic DNS verification; DNS: manual DNS verification; FILE: verification by file.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Domain name.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID.public String getPackageType()
public void setPackageType(String PackageType)
PackageType
- Certificate type. Currently, the only supported value is 2, which indicates TrustAsia TLS RSA CA.public String getContactEmail()
public void setContactEmail(String ContactEmail)
ContactEmail
- Email address.public String getContactPhone()
public void setContactPhone(String ContactPhone)
ContactPhone
- Mobile number.public String getValidityPeriod()
public void setValidityPeriod(String ValidityPeriod)
ValidityPeriod
- Validity period. The default value is 12 months, which is the only supported value currently.public String getCsrEncryptAlgo()
public void setCsrEncryptAlgo(String CsrEncryptAlgo)
CsrEncryptAlgo
- Encryption algorithm. Only RSA is supported.public String getCsrKeyParameter()
public void setCsrKeyParameter(String CsrKeyParameter)
CsrKeyParameter
- Key pair parameter. Only the 2048-bit key pair is supported.public String getCsrKeyPassword()
public void setCsrKeyPassword(String CsrKeyPassword)
CsrKeyPassword
- CSR encryption password.public String getAlias()
public void setAlias(String Alias)
Alias
- Alias.public String getOldCertificateId()
public void setOldCertificateId(String OldCertificateId)
OldCertificateId
- Original certificate ID, which is used to apply for a new certificate.Copyright © 2020. All rights reserved.