public static class MuteMembersRequest.MuteMembersRequestUserList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
participantId |
String |
unionId |
| 构造器和说明 |
|---|
MuteMembersRequestUserList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MuteMembersRequest.MuteMembersRequestUserList |
build(Map<String,?> map) |
String |
getParticipantId() |
String |
getUnionId() |
MuteMembersRequest.MuteMembersRequestUserList |
setParticipantId(String participantId) |
MuteMembersRequest.MuteMembersRequestUserList |
setUnionId(String unionId) |
@NameInMap(value="participantId") public String participantId
@NameInMap(value="unionId") public String unionId
public static MuteMembersRequest.MuteMembersRequestUserList build(Map<String,?> map) throws Exception
Exceptionpublic MuteMembersRequest.MuteMembersRequestUserList setParticipantId(String participantId)
public String getParticipantId()
public MuteMembersRequest.MuteMembersRequestUserList setUnionId(String unionId)
public String getUnionId()
Copyright © 2023. All rights reserved.