public class UploadConfirmLetterRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCertificateId()
Get 证书ID
|
String |
getConfirmLetter()
Get base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。
|
void |
setCertificateId(String CertificateId)
Set 证书ID
|
void |
setConfirmLetter(String ConfirmLetter)
Set base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UploadConfirmLetterRequest()
public UploadConfirmLetterRequest(UploadConfirmLetterRequest source)
public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- 证书IDpublic String getConfirmLetter()
public void setConfirmLetter(String ConfirmLetter)
ConfirmLetter
- base64编码后的证书确认函文件,格式应为jpg、jpeg、png、pdf,大小应在1kb与1.4M之间。Copyright © 2024. All rights reserved.