public class SubmittedData extends AbstractModel
| Constructor and Description | 
|---|
| SubmittedData() | 
| SubmittedData(SubmittedData 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
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getAdminFirstName()Get First name of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getAdminLastName()Get Last name of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getAdminPhoneNum()Get Phone number of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getAdminPosition()Get Position of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getCertificateDomain()Get Domain name information
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getContactEmail()Get Email of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getContactFirstName()Get First name of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getContactLastName()Get Last name of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getContactNumber()Get Phone number of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getContactPosition()Get Position of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getCsrContent()Get CSR content
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getCsrType()Get CSR type. | 
| String[] | getDomainList()Get DNS information
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getKeyPassword()Get Password of the private key
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getOrganizationAddress()Get Address
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getOrganizationCity()Get City
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getOrganizationCountry()Get Country
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getOrganizationDivision()Get Division
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getOrganizationName()Get Enterprise or unit name
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getOrganizationRegion()Get Province
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getPhoneAreaCode()Get Area code of the fixed-line phone number
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getPhoneNumber()Get Fixed-line phone number
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getPostalCode()Get Postal code
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getVerifyType()Get Validation type
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setAdminEmail(String AdminEmail)Set Email of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setAdminFirstName(String AdminFirstName)Set First name of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setAdminLastName(String AdminLastName)Set Last name of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setAdminPhoneNum(String AdminPhoneNum)Set Phone number of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setAdminPosition(String AdminPosition)Set Position of the administrator
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCertificateDomain(String CertificateDomain)Set Domain name information
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setContactEmail(String ContactEmail)Set Email of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setContactFirstName(String ContactFirstName)Set First name of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setContactLastName(String ContactLastName)Set Last name of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setContactNumber(String ContactNumber)Set Phone number of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setContactPosition(String ContactPosition)Set Position of the contact
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCsrContent(String CsrContent)Set CSR content
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCsrType(String CsrType)Set CSR type. | 
| void | setDomainList(String[] DomainList)Set DNS information
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setKeyPassword(String KeyPassword)Set Password of the private key
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setOrganizationAddress(String OrganizationAddress)Set Address
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setOrganizationCity(String OrganizationCity)Set City
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setOrganizationCountry(String OrganizationCountry)Set Country
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setOrganizationDivision(String OrganizationDivision)Set Division
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setOrganizationName(String OrganizationName)Set Enterprise or unit name
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setOrganizationRegion(String OrganizationRegion)Set Province
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPhoneAreaCode(String PhoneAreaCode)Set Area code of the fixed-line phone number
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPhoneNumber(String PhoneNumber)Set Fixed-line phone number
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPostalCode(String PostalCode)Set Postal code
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setVerifyType(String VerifyType)Set Validation type
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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 SubmittedData()
public SubmittedData(SubmittedData source)
public String getCsrType()
public void setCsrType(String CsrType)
CsrType - CSR type. `online`: CSR generated online; `parse`: CSR pasted
Note: this field may return null, indicating that no valid values can be obtained.public String getCsrContent()
public void setCsrContent(String CsrContent)
CsrContent - CSR content
Note: this field may return null, indicating that no valid values can be obtained.public String getCertificateDomain()
public void setCertificateDomain(String CertificateDomain)
CertificateDomain - Domain name information
Note: this field may return null, indicating that no valid values can be obtained.public String[] getDomainList()
public void setDomainList(String[] DomainList)
DomainList - DNS information
Note: this field may return null, indicating that no valid values can be obtained.public String getKeyPassword()
public void setKeyPassword(String KeyPassword)
KeyPassword - Password of the private key
Note: this field may return null, indicating that no valid values can be obtained.public String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName - Enterprise or unit name
Note: this field may return null, indicating that no valid values can be obtained.public String getOrganizationDivision()
public void setOrganizationDivision(String OrganizationDivision)
OrganizationDivision - Division
Note: this field may return null, indicating that no valid values can be obtained.public String getOrganizationAddress()
public void setOrganizationAddress(String OrganizationAddress)
OrganizationAddress - Address
Note: this field may return null, indicating that no valid values can be obtained.public String getOrganizationCountry()
public void setOrganizationCountry(String OrganizationCountry)
OrganizationCountry - Country
Note: this field may return null, indicating that no valid values can be obtained.public String getOrganizationCity()
public void setOrganizationCity(String OrganizationCity)
OrganizationCity - City
Note: this field may return null, indicating that no valid values can be obtained.public String getOrganizationRegion()
public void setOrganizationRegion(String OrganizationRegion)
OrganizationRegion - Province
Note: this field may return null, indicating that no valid values can be obtained.public String getPostalCode()
public void setPostalCode(String PostalCode)
PostalCode - Postal code
Note: this field may return null, indicating that no valid values can be obtained.public String getPhoneAreaCode()
public void setPhoneAreaCode(String PhoneAreaCode)
PhoneAreaCode - Area code of the fixed-line phone number
Note: this field may return null, indicating that no valid values can be obtained.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber - Fixed-line phone number
Note: this field may return null, indicating that no valid values can be obtained.public String getAdminFirstName()
public void setAdminFirstName(String AdminFirstName)
AdminFirstName - First name of the administrator
Note: this field may return null, indicating that no valid values can be obtained.public String getAdminLastName()
public void setAdminLastName(String AdminLastName)
AdminLastName - Last name of the administrator
Note: this field may return null, indicating that no valid values can be obtained.public String getAdminPhoneNum()
public void setAdminPhoneNum(String AdminPhoneNum)
AdminPhoneNum - Phone number of the administrator
Note: this field may return null, indicating that no valid values can be obtained.public String getAdminEmail()
public void setAdminEmail(String AdminEmail)
AdminEmail - Email of the administrator
Note: this field may return null, indicating that no valid values can be obtained.public String getAdminPosition()
public void setAdminPosition(String AdminPosition)
AdminPosition - Position of the administrator
Note: this field may return null, indicating that no valid values can be obtained.public String getContactFirstName()
public void setContactFirstName(String ContactFirstName)
ContactFirstName - First name of the contact
Note: this field may return null, indicating that no valid values can be obtained.public String getContactLastName()
public void setContactLastName(String ContactLastName)
ContactLastName - Last name of the contact
Note: this field may return null, indicating that no valid values can be obtained.public String getContactNumber()
public void setContactNumber(String ContactNumber)
ContactNumber - Phone number of the contact
Note: this field may return null, indicating that no valid values can be obtained.public String getContactEmail()
public void setContactEmail(String ContactEmail)
ContactEmail - Email of the contact
Note: this field may return null, indicating that no valid values can be obtained.public String getContactPosition()
public void setContactPosition(String ContactPosition)
ContactPosition - Position of the contact
Note: this field may return null, indicating that no valid values can be obtained.public String getVerifyType()
public void setVerifyType(String VerifyType)
VerifyType - Validation type
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.