public class GetAttachmentSpaceRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetAttachmentSpaceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAttachmentSpaceRequest |
build(Map<String,?> map) |
Long |
getAgentId() |
String |
getUserId() |
GetAttachmentSpaceRequest |
setAgentId(Long agentId) |
GetAttachmentSpaceRequest |
setUserId(String userId) |
@NameInMap(value="agentId") public Long agentId
@NameInMap(value="userId") public String userId
public static GetAttachmentSpaceRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAttachmentSpaceRequest setAgentId(Long agentId)
public Long getAgentId()
public GetAttachmentSpaceRequest setUserId(String userId)
public String getUserId()
Copyright © 2023. All rights reserved.