NIMSDK-AOS  9.19.0
QChatUpdateChannelBlackWhiteRoleAttachment.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.model.systemnotification;
2 
5 
6 /**
7  * 频道修改黑白名单身份组通知附件
8  */
10 
11  /**
12  * 服务器Id
13  * @return
14  */
15  Long getServerId();
16 
17  /**
18  * 频道Id
19  * @return
20  */
21  Long getChannelId();
22 
23  /**
24  * 获取黑白名单类型
25  * @return
26  */
28 
29  /**
30  * 获取黑白名单操作类型
31  * @return
32  */
34 
35  /**
36  * 黑白名单被操作身份组Id
37  * @return
38  */
40 }
QChatChannelBlackWhiteOperateType getChannelBlackWhiteOperateType()
获取黑白名单操作类型