public class InitDocumentRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentsKey
example:
attachments_key
|
Map<String,AttachmentsMapValue> |
attachmentsMap
example:
attachments_map
|
Integer |
importType
This parameter is required.
|
String |
linksKey
example:
links_key
|
String |
operatorId
This parameter is required.
|
| 构造器和说明 |
|---|
InitDocumentRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static InitDocumentRequest |
build(Map<String,?> map) |
String |
getAttachmentsKey() |
Map<String,AttachmentsMapValue> |
getAttachmentsMap() |
Integer |
getImportType() |
String |
getLinksKey() |
String |
getOperatorId() |
InitDocumentRequest |
setAttachmentsKey(String attachmentsKey) |
InitDocumentRequest |
setAttachmentsMap(Map<String,AttachmentsMapValue> attachmentsMap) |
InitDocumentRequest |
setImportType(Integer importType) |
InitDocumentRequest |
setLinksKey(String linksKey) |
InitDocumentRequest |
setOperatorId(String operatorId) |
@NameInMap(value="attachmentsKey") public String attachmentsKey
attachments_key
@NameInMap(value="attachmentsMap") public Map<String,AttachmentsMapValue> attachmentsMap
attachments_map
@NameInMap(value="importType") public Integer importType
This parameter is required.
example:import_type
@NameInMap(value="linksKey") public String linksKey
links_key
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
public static InitDocumentRequest build(Map<String,?> map) throws Exception
Exceptionpublic InitDocumentRequest setAttachmentsKey(String attachmentsKey)
public String getAttachmentsKey()
public 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 © 2025. All rights reserved.