public class SubmitCertificateInformationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubmitCertificateInformationRequest() |
SubmitCertificateInformationRequest(SubmitCertificateInformationRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAdminEmail()
Get This field is required, the manager's email address.
|
String |
getAdminFirstName()
Get This field is required, manager name.
|
String |
getAdminLastName()
Get This field is required, the manager's surname.
|
String |
getAdminPhoneNum()
Get This field is required, the manager's mobile phone number.
|
String |
getAdminPosition()
Get This field is required, the manager position.
|
String |
getCertificateDomain()
Get The common name bound to the certificate.
|
String |
getCertificateId()
Get Paid certificate id of materials to be submitted.
|
String |
getContactEmail()
Get This field is required, the contact person's email address.
|
String |
getContactFirstName()
Get This field is required, the contact person name.
|
String |
getContactLastName()
Get This field is required, the contact person's surname.
|
String |
getContactNumber()
Get This field is required, the contact person's mobile phone number.
|
String |
getContactPosition()
Get This field is required, the contact person position.
|
String |
getCsrContent()
Get The content of the uploaded csr.
|
String |
getCsrType()
Get This field is required.
|
String[] |
getDomainList()
Get Other domain names bound to the certificate.
|
Boolean |
getIsDV()
Get Indicates whether it is a dv certificate.
|
String |
getKeyPassword()
Get Private key password, which is currently only used for the password when generating jks and pfx format certificates; other formats of private key certificates are not encrypted.
|
String |
getOrganizationAddress()
Get This field is required.
|
String |
getOrganizationCity()
Get This field is required, which specifies the city where the company is located.
|
String |
getOrganizationCountry()
Get This field is required.Country name such as CN.
|
String |
getOrganizationDivision()
Get This field is required.
|
String |
getOrganizationName()
Get This field is required.
|
String |
getOrganizationRegion()
Get This field is required, specifying the province where the company is located.
|
String |
getPhoneAreaCode()
Get This field is required, the company's fixed-line phone area code.
|
String |
getPhoneNumber()
Get This field is required, the company's landline number.
|
String |
getPostalCode()
Get Postal code of the organization
|
String |
getVerifyType()
Get Certificate validation method.
|
void |
setAdminEmail(String AdminEmail)
Set This field is required, the manager's email address.
|
void |
setAdminFirstName(String AdminFirstName)
Set This field is required, manager name.
|
void |
setAdminLastName(String AdminLastName)
Set This field is required, the manager's surname.
|
void |
setAdminPhoneNum(String AdminPhoneNum)
Set This field is required, the manager's mobile phone number.
|
void |
setAdminPosition(String AdminPosition)
Set This field is required, the manager position.
|
void |
setCertificateDomain(String CertificateDomain)
Set The common name bound to the certificate.
|
void |
setCertificateId(String CertificateId)
Set Paid certificate id of materials to be submitted.
|
void |
setContactEmail(String ContactEmail)
Set This field is required, the contact person's email address.
|
void |
setContactFirstName(String ContactFirstName)
Set This field is required, the contact person name.
|
void |
setContactLastName(String ContactLastName)
Set This field is required, the contact person's surname.
|
void |
setContactNumber(String ContactNumber)
Set This field is required, the contact person's mobile phone number.
|
void |
setContactPosition(String ContactPosition)
Set This field is required, the contact person position.
|
void |
setCsrContent(String CsrContent)
Set The content of the uploaded csr.
|
void |
setCsrType(String CsrType)
Set This field is required.
|
void |
setDomainList(String[] DomainList)
Set Other domain names bound to the certificate.
|
void |
setIsDV(Boolean IsDV)
Set Indicates whether it is a dv certificate.
|
void |
setKeyPassword(String KeyPassword)
Set Private key password, which is currently only used for the password when generating jks and pfx format certificates; other formats of private key certificates are not encrypted.
|
void |
setOrganizationAddress(String OrganizationAddress)
Set This field is required.
|
void |
setOrganizationCity(String OrganizationCity)
Set This field is required, which specifies the city where the company is located.
|
void |
setOrganizationCountry(String OrganizationCountry)
Set This field is required.Country name such as CN.
|
void |
setOrganizationDivision(String OrganizationDivision)
Set This field is required.
|
void |
setOrganizationName(String OrganizationName)
Set This field is required.
|
void |
setOrganizationRegion(String OrganizationRegion)
Set This field is required, specifying the province where the company is located.
|
void |
setPhoneAreaCode(String PhoneAreaCode)
Set This field is required, the company's fixed-line phone area code.
|
void |
setPhoneNumber(String PhoneNumber)
Set This field is required, the company's landline number.
|
void |
setPostalCode(String PostalCode)
Set Postal code of the organization
|
void |
setVerifyType(String VerifyType)
Set Certificate validation method.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SubmitCertificateInformationRequest()
public SubmitCertificateInformationRequest(SubmitCertificateInformationRequest source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- Paid certificate id of materials to be submitted.public String getCsrType()
public void setCsrType(String CsrType)
CsrType
- This field is required. Generation method of CSR, valid values are:
online: tencent cloud generates the CSR and private key based on the submitted parameter information and stores them encryptedly.
parse: generate the CSR and private key by itself, and apply for a certificate by uploading the CSR.public String getCsrContent()
public void setCsrContent(String CsrContent)
CsrContent
- The content of the uploaded csr.
If CsrType is parse, this field is required.public String getCertificateDomain()
public void setCertificateDomain(String CertificateDomain)
CertificateDomain
- The common name bound to the certificate. if a CSR is uploaded, the domain name must be consistent with the common name resolved from the CSR.public String[] getDomainList()
public void setDomainList(String[] DomainList)
DomainList
- Other domain names bound to the certificate. not required for single domain and wildcard domain certificates. required for multiple domain names and multiple wildcard domain names.public String getKeyPassword()
public void setKeyPassword(String KeyPassword)
KeyPassword
- Private key password, which is currently only used for the password when generating jks and pfx format certificates; other formats of private key certificates are not encrypted.public String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName
- This field is required. Company name.public String getOrganizationDivision()
public void setOrganizationDivision(String OrganizationDivision)
OrganizationDivision
- This field is required. Department name.public String getOrganizationAddress()
public void setOrganizationAddress(String OrganizationAddress)
OrganizationAddress
- This field is required. Company's detailed address.public String getOrganizationCountry()
public void setOrganizationCountry(String OrganizationCountry)
OrganizationCountry
- This field is required.Country name such as CN.public String getOrganizationCity()
public void setOrganizationCity(String OrganizationCity)
OrganizationCity
- This field is required, which specifies the city where the company is located.public String getOrganizationRegion()
public void setOrganizationRegion(String OrganizationRegion)
OrganizationRegion
- This field is required, specifying the province where the company is located.public String getPostalCode()
public void setPostalCode(String PostalCode)
PostalCode
- Postal code of the organizationpublic String getPhoneAreaCode()
public void setPhoneAreaCode(String PhoneAreaCode)
PhoneAreaCode
- This field is required, the company's fixed-line phone area code.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- This field is required, the company's landline number.public String getVerifyType()
public void setVerifyType(String VerifyType)
VerifyType
- Certificate validation method. Validation types: DNS_AUTO = Automatic DNS validation (only supported for domains resolved by Tencent Cloud DNS with a normal resolution status), DNS = Manual DNS validation, FILE = File validation.public String getAdminFirstName()
public void setAdminFirstName(String AdminFirstName)
AdminFirstName
- This field is required, manager name.public String getAdminLastName()
public void setAdminLastName(String AdminLastName)
AdminLastName
- This field is required, the manager's surname.public String getAdminPhoneNum()
public void setAdminPhoneNum(String AdminPhoneNum)
AdminPhoneNum
- This field is required, the manager's mobile phone number.public String getAdminEmail()
public void setAdminEmail(String AdminEmail)
AdminEmail
- This field is required, the manager's email address.public String getAdminPosition()
public void setAdminPosition(String AdminPosition)
AdminPosition
- This field is required, the manager position.public String getContactFirstName()
public void setContactFirstName(String ContactFirstName)
ContactFirstName
- This field is required, the contact person name.public String getContactLastName()
public void setContactLastName(String ContactLastName)
ContactLastName
- This field is required, the contact person's surname.public String getContactEmail()
public void setContactEmail(String ContactEmail)
ContactEmail
- This field is required, the contact person's email address.public String getContactNumber()
public void setContactNumber(String ContactNumber)
ContactNumber
- This field is required, the contact person's mobile phone number.public String getContactPosition()
public void setContactPosition(String ContactPosition)
ContactPosition
- This field is required, the contact person position.public Boolean getIsDV()
public void setIsDV(Boolean IsDV)
IsDV
- Indicates whether it is a dv certificate. default value is false.Copyright © 2025. All rights reserved.