public class SubmitCertificateInformationRequest extends AbstractModel
| 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 Email of the administrator 
 | 
String | 
getAdminFirstName()
Get Last name of the administrator 
 | 
String | 
getAdminLastName()
Get First name of the administrator 
 | 
String | 
getAdminPhoneNum()
Get Mobile number of the administrator 
 | 
String | 
getAdminPosition()
Get Position of the administrator 
 | 
String | 
getCertificateDomain()
Get Domain name bound with the certificate 
 | 
String | 
getCertificateId()
Get Certificate ID 
 | 
String | 
getContactEmail()
Get Email of the contact 
 | 
String | 
getContactFirstName()
Get Last name of the contact 
 | 
String | 
getContactLastName()
Get First name of the contact 
 | 
String | 
getContactNumber()
Get Mobile number of the contact 
 | 
String | 
getContactPosition()
Get Position of the contact 
 | 
String | 
getCsrContent()
Get Uploaded CSR content 
 | 
String | 
getCsrType()
Get CSR generation mode. 
 | 
String[] | 
getDomainList()
Get Uploaded domain name array (can be uploaded for a multi-domain certificate) 
 | 
String | 
getKeyPassword()
Get Password of the private key 
 | 
String | 
getOrganizationAddress()
Get Detailed address of the organization 
 | 
String | 
getOrganizationCity()
Get City where the organization is located 
 | 
String | 
getOrganizationCountry()
Get Country where the organization is located, for example, CN (China) 
 | 
String | 
getOrganizationDivision()
Get Division name 
 | 
String | 
getOrganizationName()
Get Organization name 
 | 
String | 
getOrganizationRegion()
Get Province where the organization is located 
 | 
String | 
getPhoneAreaCode()
Get Area code of the fixed-line phone number of the organization 
 | 
String | 
getPhoneNumber()
Get Fixed-line phone number of the organization 
 | 
String | 
getPostalCode()
Get Postal code of the organization 
 | 
String | 
getVerifyType()
Get Certificate validation method 
 | 
void | 
setAdminEmail(String AdminEmail)
Set Email of the administrator 
 | 
void | 
setAdminFirstName(String AdminFirstName)
Set Last name of the administrator 
 | 
void | 
setAdminLastName(String AdminLastName)
Set First name of the administrator 
 | 
void | 
setAdminPhoneNum(String AdminPhoneNum)
Set Mobile number of the administrator 
 | 
void | 
setAdminPosition(String AdminPosition)
Set Position of the administrator 
 | 
void | 
setCertificateDomain(String CertificateDomain)
Set Domain name bound with the certificate 
 | 
void | 
setCertificateId(String CertificateId)
Set Certificate ID 
 | 
void | 
setContactEmail(String ContactEmail)
Set Email of the contact 
 | 
void | 
setContactFirstName(String ContactFirstName)
Set Last name of the contact 
 | 
void | 
setContactLastName(String ContactLastName)
Set First name of the contact 
 | 
void | 
setContactNumber(String ContactNumber)
Set Mobile number of the contact 
 | 
void | 
setContactPosition(String ContactPosition)
Set Position of the contact 
 | 
void | 
setCsrContent(String CsrContent)
Set Uploaded CSR content 
 | 
void | 
setCsrType(String CsrType)
Set CSR generation mode. 
 | 
void | 
setDomainList(String[] DomainList)
Set Uploaded domain name array (can be uploaded for a multi-domain certificate) 
 | 
void | 
setKeyPassword(String KeyPassword)
Set Password of the private key 
 | 
void | 
setOrganizationAddress(String OrganizationAddress)
Set Detailed address of the organization 
 | 
void | 
setOrganizationCity(String OrganizationCity)
Set City where the organization is located 
 | 
void | 
setOrganizationCountry(String OrganizationCountry)
Set Country where the organization is located, for example, CN (China) 
 | 
void | 
setOrganizationDivision(String OrganizationDivision)
Set Division name 
 | 
void | 
setOrganizationName(String OrganizationName)
Set Organization name 
 | 
void | 
setOrganizationRegion(String OrganizationRegion)
Set Province where the organization is located 
 | 
void | 
setPhoneAreaCode(String PhoneAreaCode)
Set Area code of the fixed-line phone number of the organization 
 | 
void | 
setPhoneNumber(String PhoneNumber)
Set Fixed-line phone number of the organization 
 | 
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SubmitCertificateInformationRequest()
public SubmitCertificateInformationRequest(SubmitCertificateInformationRequest source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId - Certificate IDpublic String getCsrType()
public void setCsrType(String CsrType)
CsrType - CSR generation mode. `online`: generated online; `parse`: uploaded manuallypublic String getCsrContent()
public void setCsrContent(String CsrContent)
CsrContent - Uploaded CSR contentpublic String getCertificateDomain()
public void setCertificateDomain(String CertificateDomain)
CertificateDomain - Domain name bound with the certificatepublic String[] getDomainList()
public void setDomainList(String[] DomainList)
DomainList - Uploaded domain name array (can be uploaded for a multi-domain certificate)public String getKeyPassword()
public void setKeyPassword(String KeyPassword)
KeyPassword - Password of the private keypublic String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName - Organization namepublic String getOrganizationDivision()
public void setOrganizationDivision(String OrganizationDivision)
OrganizationDivision - Division namepublic String getOrganizationAddress()
public void setOrganizationAddress(String OrganizationAddress)
OrganizationAddress - Detailed address of the organizationpublic String getOrganizationCountry()
public void setOrganizationCountry(String OrganizationCountry)
OrganizationCountry - Country where the organization is located, for example, CN (China)public String getOrganizationCity()
public void setOrganizationCity(String OrganizationCity)
OrganizationCity - City where the organization is locatedpublic String getOrganizationRegion()
public void setOrganizationRegion(String OrganizationRegion)
OrganizationRegion - Province where the organization is locatedpublic String getPostalCode()
public void setPostalCode(String PostalCode)
PostalCode - Postal code of the organizationpublic String getPhoneAreaCode()
public void setPhoneAreaCode(String PhoneAreaCode)
PhoneAreaCode - Area code of the fixed-line phone number of the organizationpublic String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber - Fixed-line phone number of the organizationpublic String getVerifyType()
public void setVerifyType(String VerifyType)
VerifyType - Certificate validation methodpublic String getAdminFirstName()
public void setAdminFirstName(String AdminFirstName)
AdminFirstName - Last name of the administratorpublic String getAdminLastName()
public void setAdminLastName(String AdminLastName)
AdminLastName - First name of the administratorpublic String getAdminPhoneNum()
public void setAdminPhoneNum(String AdminPhoneNum)
AdminPhoneNum - Mobile number of the administratorpublic String getAdminEmail()
public void setAdminEmail(String AdminEmail)
AdminEmail - Email of the administratorpublic String getAdminPosition()
public void setAdminPosition(String AdminPosition)
AdminPosition - Position of the administratorpublic String getContactFirstName()
public void setContactFirstName(String ContactFirstName)
ContactFirstName - Last name of the contactpublic String getContactLastName()
public void setContactLastName(String ContactLastName)
ContactLastName - First name of the contactpublic String getContactEmail()
public void setContactEmail(String ContactEmail)
ContactEmail - Email of the contactpublic String getContactNumber()
public void setContactNumber(String ContactNumber)
ContactNumber - Mobile number of the contactpublic String getContactPosition()
public void setContactPosition(String ContactPosition)
ContactPosition - Position of the contactCopyright © 2021. All rights reserved.