NIMSDK-AOS
10.5.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
model
systemnotification
QChatMuteAttachment.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.model.systemnotification;
2
3
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
enums
.
QChatMuteLevel
;
4
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
enums
.
QChatMuteOperateType
;
5
import
java.util.List;
6
10
public
interface
QChatMuteAttachment
extends
QChatSystemNotificationAttachment
{
11
17
QChatMuteOperateType
getOperateType
();
18
24
Long
getServerId
();
25
31
Long
getChannelId
();
32
38
String
getMuteOperatorAccountId
();
39
45
List<String>
getMuteAccountIds
();
46
52
Long
getDuration
();
53
59
Long
getBeReleaseTime
();
60
66
QChatMuteLevel
getMuteLevel
();
67
73
String
getPostscript
();
74
}
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getChannelId
Long getChannelId()
获取频道id
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease
com
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment
禁言通知附件
Definition:
QChatMuteAttachment.java:10
com.netease.nimlib.sdk.qchat.enums
Definition:
QChatPushMsgType.java:1
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getDuration
Long getDuration()
获取禁言持续时长
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.enums.QChatMuteLevel
禁言级别
Definition:
QChatMuteLevel.java:6
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatSystemNotificationAttachment
系统通知附件
Definition:
QChatSystemNotificationAttachment.java:8
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getMuteAccountIds
List< String > getMuteAccountIds()
获取禁言成员列表
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getMuteOperatorAccountId
String getMuteOperatorAccountId()
获取禁言操作者的账号
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getMuteLevel
QChatMuteLevel getMuteLevel()
获取禁言级别
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getServerId
Long getServerId()
获取服务器id
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getPostscript
String getPostscript()
获取附言
com.netease.nimlib
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getBeReleaseTime
Long getBeReleaseTime()
获取预期解除禁言时间
com.netease.nimlib.sdk.qchat.enums.QChatMuteOperateType
禁言的操作类型
Definition:
QChatMuteOperateType.java:6
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatMuteAttachment.getOperateType
QChatMuteOperateType getOperateType()
获取操作类型
生成于 2024年 十月 15日 星期二 18:40:26 , 为 NIMSDK-AOS使用
1.8.13