NIMSDK-AOS
9.20.10
首页
相关页面
包
类
文件
文件列表
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
model
systemnotification
QChatUpdateChannelCategoryBlackWhiteRoleAttachment.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.model.systemnotification;
2
3
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
enums
.
QChatChannelBlackWhiteOperateType
;
4
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
enums
.
QChatChannelBlackWhiteType
;
5
6
/**
7
* 频道分组修改黑白名单身份组通知附件
8
*/
9
public
interface
QChatUpdateChannelCategoryBlackWhiteRoleAttachment
extends
QChatSystemNotificationAttachment
{
10
11
/**
12
* 服务器Id
13
* @return
14
*/
15
Long
getServerId
();
16
17
/**
18
* 频道分组Id
19
* @return
20
*/
21
Long
getChannelCategoryId
();
22
23
/**
24
* 获取黑白名单类型
25
* @return
26
*/
27
QChatChannelBlackWhiteType
getChannelBlackWhiteType
();
28
29
/**
30
* 获取黑白名单操作类型
31
* @return
32
*/
33
QChatChannelBlackWhiteOperateType
getChannelBlackWhiteOperateType
();
34
35
/**
36
* 黑白名单被操作身份组Id
37
* @return
38
*/
39
Long
getRoleId
();
40
}
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelCategoryBlackWhiteRoleAttachment.getChannelCategoryId
Long getChannelCategoryId()
频道分组Id
com.netease.nimlib.sdk
Definition:
NosTokenSceneConfig.java:1
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelCategoryBlackWhiteRoleAttachment
频道分组修改黑白名单身份组通知附件
Definition:
QChatUpdateChannelCategoryBlackWhiteRoleAttachment.java:9
com.netease.nimlib.sdk.qchat.enums.QChatChannelBlackWhiteOperateType
黑白名单操作方式
Definition:
QChatChannelBlackWhiteOperateType.java:6
com.netease
com
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelCategoryBlackWhiteRoleAttachment.getChannelBlackWhiteType
QChatChannelBlackWhiteType getChannelBlackWhiteType()
获取黑白名单类型
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelCategoryBlackWhiteRoleAttachment.getRoleId
Long getRoleId()
黑白名单被操作身份组Id
com.netease.nimlib.sdk.qchat.enums
Definition:
QChatPushMsgType.java:1
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelCategoryBlackWhiteRoleAttachment.getChannelBlackWhiteOperateType
QChatChannelBlackWhiteOperateType getChannelBlackWhiteOperateType()
获取黑白名单操作类型
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatSystemNotificationAttachment
系统通知附件
Definition:
QChatSystemNotificationAttachment.java:8
com.netease.nimlib.sdk.qchat.enums.QChatChannelBlackWhiteType
黑白名单类型
Definition:
QChatChannelBlackWhiteType.java:6
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatUpdateChannelCategoryBlackWhiteRoleAttachment.getServerId
Long getServerId()
服务器Id
com.netease.nimlib
生成于 2025年 四月 18日 星期五 02:25:01 , 为 NIMSDK-AOS使用
1.8.11