public class ReplaceCertificateRequest extends AbstractModel
| Constructor and Description | 
|---|
| ReplaceCertificateRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCertificateId()Get Certificate ID. | 
| String | getCsrContent()Get CSR content. | 
| String | getCsrkeyPassword()Get Password of the key. | 
| String | getCsrType()Get Type. | 
| String | getValidType()Get Verification type. | 
| void | setCertificateId(String CertificateId)Set Certificate ID. | 
| void | setCsrContent(String CsrContent)Set CSR content. | 
| void | setCsrkeyPassword(String CsrkeyPassword)Set Password of the key. | 
| void | setCsrType(String CsrType)Set Type. | 
| void | setValidType(String ValidType)Set Verification type. | 
| 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 String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId - Certificate ID.public String getValidType()
public void setValidType(String ValidType)
ValidType - Verification type. DNS_AUTO: automatic DNS verification; DNS: manual DNS verification; FILE: verification by file.public String getCsrType()
public void setCsrType(String CsrType)
CsrType - Type. Original: original certificate CSR; upload: uploaded manually; online: generated online. The default value is original.public String getCsrContent()
public void setCsrContent(String CsrContent)
CsrContent - CSR content.public String getCsrkeyPassword()
public void setCsrkeyPassword(String CsrkeyPassword)
CsrkeyPassword - Password of the key.Copyright © 2020. All rights reserved.