public class SubmitCertificateInformationRequest extends AbstractModel
Constructor and Description |
---|
SubmitCertificateInformationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAdminEmail()
Get Email of the admin.
|
String |
getAdminFirstName()
Get Last name of the admin.
|
String |
getAdminLastName()
Get First name of the admin.
|
String |
getAdminPhoneNum()
Get Mobile number of the admin.
|
String |
getAdminPosition()
Get Position of the admin.
|
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.
|
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 verification method.
|
void |
setAdminEmail(String AdminEmail)
Set Email of the admin.
|
void |
setAdminFirstName(String AdminFirstName)
Set Last name of the admin.
|
void |
setAdminLastName(String AdminLastName)
Set First name of the admin.
|
void |
setAdminPhoneNum(String AdminPhoneNum)
Set Mobile number of the admin.
|
void |
setAdminPosition(String AdminPosition)
Set Position of the admin.
|
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.
|
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 verification 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, toJsonString
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- Certificate ID.public String getCsrType()
public void setCsrType(String CsrType)
CsrType
- CSR generation mode. Online: generated online; parse: uploaded manually.public String getCsrContent()
public void setCsrContent(String CsrContent)
CsrContent
- Uploaded CSR content.public String getCertificateDomain()
public void setCertificateDomain(String CertificateDomain)
CertificateDomain
- Domain name bound with the certificate.public 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 key.public String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName
- Organization name.public String getOrganizationDivision()
public void setOrganizationDivision(String OrganizationDivision)
OrganizationDivision
- Division name.public String getOrganizationAddress()
public void setOrganizationAddress(String OrganizationAddress)
OrganizationAddress
- Detailed address of the organization.public 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 located.public String getOrganizationRegion()
public void setOrganizationRegion(String OrganizationRegion)
OrganizationRegion
- Province where the organization is located.public String getPostalCode()
public void setPostalCode(String PostalCode)
PostalCode
- Postal code of the organization.public String getPhoneAreaCode()
public void setPhoneAreaCode(String PhoneAreaCode)
PhoneAreaCode
- Area code of the fixed-line phone number of the organization.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber
- Fixed-line phone number of the organization.public String getVerifyType()
public void setVerifyType(String VerifyType)
VerifyType
- Certificate verification method.public String getAdminFirstName()
public void setAdminFirstName(String AdminFirstName)
AdminFirstName
- Last name of the admin.public String getAdminLastName()
public void setAdminLastName(String AdminLastName)
AdminLastName
- First name of the admin.public String getAdminPhoneNum()
public void setAdminPhoneNum(String AdminPhoneNum)
AdminPhoneNum
- Mobile number of the admin.public String getAdminEmail()
public void setAdminEmail(String AdminEmail)
AdminEmail
- Email of the admin.public String getAdminPosition()
public void setAdminPosition(String AdminPosition)
AdminPosition
- Position of the admin.public String getContactFirstName()
public void setContactFirstName(String ContactFirstName)
ContactFirstName
- Last name of the contact.public String getContactLastName()
public void setContactLastName(String ContactLastName)
ContactLastName
- First name of the contact.public String getContactEmail()
public void setContactEmail(String ContactEmail)
ContactEmail
- Email of the contact.public String getContactNumber()
public void setContactNumber(String ContactNumber)
ContactNumber
- Mobile number of the contact.public String getContactPosition()
public void setContactPosition(String ContactPosition)
ContactPosition
- Position of the contact.Copyright © 2020. All rights reserved.