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
8345000
@NameInMap(value="userId") public String userId
This parameter is required.
example:user123
public static GetAttachmentSpaceRequest build(Map<String,?> map) throws Exception
Exception
public GetAttachmentSpaceRequest setAgentId(Long agentId)
public Long getAgentId()
public GetAttachmentSpaceRequest setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.