public class GetSpaceWithDownloadAuthRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
agentId
example:
8345000
|
String |
fileId
This parameter is required.
|
List<String> |
fileIdList |
String |
processInstanceId
This parameter is required.
|
String |
userId
This parameter is required.
|
Boolean |
withCommentAttatchment
if can be null:
true
|
| 构造器和说明 |
|---|
GetSpaceWithDownloadAuthRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetSpaceWithDownloadAuthRequest |
build(Map<String,?> map) |
Long |
getAgentId() |
String |
getFileId() |
List<String> |
getFileIdList() |
String |
getProcessInstanceId() |
String |
getUserId() |
Boolean |
getWithCommentAttatchment() |
GetSpaceWithDownloadAuthRequest |
setAgentId(Long agentId) |
GetSpaceWithDownloadAuthRequest |
setFileId(String fileId) |
GetSpaceWithDownloadAuthRequest |
setFileIdList(List<String> fileIdList) |
GetSpaceWithDownloadAuthRequest |
setProcessInstanceId(String processInstanceId) |
GetSpaceWithDownloadAuthRequest |
setUserId(String userId) |
GetSpaceWithDownloadAuthRequest |
setWithCommentAttatchment(Boolean withCommentAttatchment) |
@NameInMap(value="agentId") public Long agentId
8345000
@NameInMap(value="fileId") public String fileId
This parameter is required.
example:111
@NameInMap(value="processInstanceId") public String processInstanceId
This parameter is required.
example:a17444d1-075b-4a4d-xxxx
@NameInMap(value="userId") public String userId
This parameter is required.
example:user123
@NameInMap(value="withCommentAttatchment") public Boolean withCommentAttatchment
true
public static GetSpaceWithDownloadAuthRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetSpaceWithDownloadAuthRequest setAgentId(Long agentId)
public Long getAgentId()
public GetSpaceWithDownloadAuthRequest setFileId(String fileId)
public String getFileId()
public GetSpaceWithDownloadAuthRequest setFileIdList(List<String> fileIdList)
public GetSpaceWithDownloadAuthRequest setProcessInstanceId(String processInstanceId)
public String getProcessInstanceId()
public GetSpaceWithDownloadAuthRequest setUserId(String userId)
public String getUserId()
public GetSpaceWithDownloadAuthRequest setWithCommentAttatchment(Boolean withCommentAttatchment)
public Boolean getWithCommentAttatchment()
Copyright © 2025. All rights reserved.