Class UploadConfirmLetterRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.UploadConfirmLetterRequest
-
public class UploadConfirmLetterRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UploadConfirmLetterRequest()UploadConfirmLetterRequest(UploadConfirmLetterRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertificateId()Get 证书IDStringgetConfirmLetter()Get base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。voidsetCertificateId(String CertificateId)Set 证书IDvoidsetConfirmLetter(String ConfirmLetter)Set base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UploadConfirmLetterRequest
public UploadConfirmLetterRequest()
-
UploadConfirmLetterRequest
public UploadConfirmLetterRequest(UploadConfirmLetterRequest 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.
-
-
Method Detail
-
getCertificateId
public String getCertificateId()
Get 证书ID- Returns:
- CertificateId 证书ID
-
setCertificateId
public void setCertificateId(String CertificateId)
Set 证书ID- Parameters:
CertificateId- 证书ID
-
getConfirmLetter
public String getConfirmLetter()
Get base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。- Returns:
- ConfirmLetter base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。
-
setConfirmLetter
public void setConfirmLetter(String ConfirmLetter)
Set base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。- Parameters:
ConfirmLetter- base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。
-
-