NIMSDK-AOS  9.19.0
QChatUpdateChannelBlackWhiteMemberAttachment.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.model.systemnotification;
2 
5 import java.util.List;
6 
7 /**
8  * 频道修改黑白名单成员通知附件
9  */
11 
12  /**
13  * 服务器Id
14  * @return
15  */
16  Long getServerId();
17 
18  /**
19  * 频道Id
20  * @return
21  */
22  Long getChannelId();
23 
24  /**
25  * 获取黑白名单类型
26  * @return
27  */
29 
30  /**
31  * 获取黑白名单操作类型
32  * @return
33  */
35 
36  /**
37  * 黑白名单被操作账户accid列表
38  * @return
39  */
40  List<String> getChannelBlackWhiteToAccids();
41 }
42 
QChatChannelBlackWhiteOperateType getChannelBlackWhiteOperateType()
获取黑白名单操作类型