public class PremiumGetSpaceWithDownloadAuthRequest
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
|
| 构造器和说明 |
|---|
PremiumGetSpaceWithDownloadAuthRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PremiumGetSpaceWithDownloadAuthRequest |
build(Map<String,?> map) |
Long |
getAgentId() |
String |
getFileId() |
List<String> |
getFileIdList() |
String |
getProcessInstanceId() |
String |
getUserId() |
Boolean |
getWithCommentAttatchment() |
PremiumGetSpaceWithDownloadAuthRequest |
setAgentId(Long agentId) |
PremiumGetSpaceWithDownloadAuthRequest |
setFileId(String fileId) |
PremiumGetSpaceWithDownloadAuthRequest |
setFileIdList(List<String> fileIdList) |
PremiumGetSpaceWithDownloadAuthRequest |
setProcessInstanceId(String processInstanceId) |
PremiumGetSpaceWithDownloadAuthRequest |
setUserId(String userId) |
PremiumGetSpaceWithDownloadAuthRequest |
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 PremiumGetSpaceWithDownloadAuthRequest build(Map<String,?> map) throws Exception
Exceptionpublic PremiumGetSpaceWithDownloadAuthRequest setAgentId(Long agentId)
public Long getAgentId()
public PremiumGetSpaceWithDownloadAuthRequest setFileId(String fileId)
public String getFileId()
public PremiumGetSpaceWithDownloadAuthRequest setFileIdList(List<String> fileIdList)
public PremiumGetSpaceWithDownloadAuthRequest setProcessInstanceId(String processInstanceId)
public String getProcessInstanceId()
public PremiumGetSpaceWithDownloadAuthRequest setUserId(String userId)
public String getUserId()
public PremiumGetSpaceWithDownloadAuthRequest setWithCommentAttatchment(Boolean withCommentAttatchment)
public Boolean getWithCommentAttatchment()
Copyright © 2025. All rights reserved.