public class InitDocumentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,AttachmentsMapValue> |
attachmentsMap |
Integer |
importType |
String |
linksKey |
String |
operatorId |
| 构造器和说明 |
|---|
InitDocumentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InitDocumentRequest |
build(Map<String,?> map) |
Map<String,AttachmentsMapValue> |
getAttachmentsMap() |
Integer |
getImportType() |
String |
getLinksKey() |
String |
getOperatorId() |
InitDocumentRequest |
setAttachmentsMap(Map<String,AttachmentsMapValue> attachmentsMap) |
InitDocumentRequest |
setImportType(Integer importType) |
InitDocumentRequest |
setLinksKey(String linksKey) |
InitDocumentRequest |
setOperatorId(String operatorId) |
@NameInMap(value="attachmentsMap") public Map<String,AttachmentsMapValue> attachmentsMap
@NameInMap(value="importType") public Integer importType
@NameInMap(value="linksKey") public String linksKey
@NameInMap(value="operatorId") public String operatorId
public static InitDocumentRequest build(Map<String,?> map) throws Exception
Exceptionpublic InitDocumentRequest setAttachmentsMap(Map<String,AttachmentsMapValue> attachmentsMap)
public Map<String,AttachmentsMapValue> getAttachmentsMap()
public InitDocumentRequest setImportType(Integer importType)
public Integer getImportType()
public InitDocumentRequest setLinksKey(String linksKey)
public String getLinksKey()
public InitDocumentRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2024. All rights reserved.