public class ExportShanhuiToDocRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
contentEnums |
String |
parentNodeKey |
String |
shanhuiKey |
String |
userId |
String |
workspaceKey |
| 构造器和说明 |
|---|
ExportShanhuiToDocRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExportShanhuiToDocRequest |
build(Map<String,?> map) |
List<String> |
getContentEnums() |
String |
getParentNodeKey() |
String |
getShanhuiKey() |
String |
getUserId() |
String |
getWorkspaceKey() |
ExportShanhuiToDocRequest |
setContentEnums(List<String> contentEnums) |
ExportShanhuiToDocRequest |
setParentNodeKey(String parentNodeKey) |
ExportShanhuiToDocRequest |
setShanhuiKey(String shanhuiKey) |
ExportShanhuiToDocRequest |
setUserId(String userId) |
ExportShanhuiToDocRequest |
setWorkspaceKey(String workspaceKey) |
@NameInMap(value="parentNodeKey") public String parentNodeKey
@NameInMap(value="shanhuiKey") public String shanhuiKey
@NameInMap(value="userId") public String userId
@NameInMap(value="workspaceKey") public String workspaceKey
public static ExportShanhuiToDocRequest build(Map<String,?> map) throws Exception
Exceptionpublic ExportShanhuiToDocRequest setContentEnums(List<String> contentEnums)
public ExportShanhuiToDocRequest setParentNodeKey(String parentNodeKey)
public String getParentNodeKey()
public ExportShanhuiToDocRequest setShanhuiKey(String shanhuiKey)
public String getShanhuiKey()
public ExportShanhuiToDocRequest setUserId(String userId)
public String getUserId()
public ExportShanhuiToDocRequest setWorkspaceKey(String workspaceKey)
public String getWorkspaceKey()
Copyright © 2025. All rights reserved.