public static class ModifySmsSignRequest.ModifySmsSignRequestSignFileList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fileContents
The base64-encoded string of the signed files.
|
String |
fileSuffix
The format of the documents.
|
| 构造器和说明 |
|---|
ModifySmsSignRequestSignFileList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifySmsSignRequest.ModifySmsSignRequestSignFileList |
build(Map<String,?> map) |
String |
getFileContents() |
String |
getFileSuffix() |
ModifySmsSignRequest.ModifySmsSignRequestSignFileList |
setFileContents(String fileContents) |
ModifySmsSignRequest.ModifySmsSignRequestSignFileList |
setFileSuffix(String fileSuffix) |
@NameInMap(value="FileContents") public String fileContents
The base64-encoded string of the signed files. The size of the image cannot exceed 2 MB.
In some scenarios, documents are required to prove your identity. For more information, see Signature specifications.
This parameter is required.
example:R0lGODlhHAAmAKIHAKqqqsvLy0hISObm5vf394uLiwAA
@NameInMap(value="FileSuffix") public String fileSuffix
The format of the documents. You can upload multiple images. JPG, PNG, GIF, and JPEG are supported.
In some scenarios, documents are required to prove your identity. For more information, see Signature specifications.
If the signature is used for other purposes or the signature source is an enterprise or public institution, you must upload some documents and an authorization letter. For more information, see Documents and Letter of authorization.
This parameter is required.
example:jpg
public static ModifySmsSignRequest.ModifySmsSignRequestSignFileList build(Map<String,?> map) throws Exception
Exceptionpublic ModifySmsSignRequest.ModifySmsSignRequestSignFileList setFileContents(String fileContents)
public String getFileContents()
public ModifySmsSignRequest.ModifySmsSignRequestSignFileList setFileSuffix(String fileSuffix)
public String getFileSuffix()
Copyright © 2024. All rights reserved.