NIMSDK-AOS
9.19.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
model
systemnotification
QChatAutoUnmuteAttachment.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
7
/**
8
* 自动解除禁言通知附件
9
*/
10
public
interface
QChatAutoUnmuteAttachment
{
11
12
/**
13
* 获取操作类型
14
*
15
* @return 操作类型
16
*/
17
QChatMuteOperateType
getOperateType
();
18
19
/**
20
* 获取服务器id
21
*
22
* @return 服务器id
23
*/
24
Long
getServerId
();
25
26
/**
27
* 获取频道id
28
*
29
* @return 频道id
30
*/
31
Long
getChannelId
();
32
33
/**
34
* 获取解除禁言操作者的账号
35
*
36
* @return 解除禁言操作者的账号
37
*/
38
String
getReleaseOperatorAccountId
();
39
40
/**
41
* 获取禁言操作者的账号
42
*
43
* @return 禁言操作者的账号
44
*/
45
String
getMuteOperatorAccountId
();
46
47
/**
48
* 获取被解除禁言成员列表
49
*
50
* @return 被解除禁言成员列表
51
*/
52
List<String>
getReleaseAccountIds
();
53
54
/**
55
* 获取禁言持续时长
56
*
57
* @return 禁言持续时长
58
*/
59
Long
getDuration
();
60
61
/**
62
* 获取实际解除禁言时间
63
*
64
* @return 实际解除禁言时间
65
*/
66
Long
getRealReleaseTime
();
67
68
/**
69
* 获取禁言级别
70
*
71
* @return 禁言级别
72
*/
73
QChatMuteLevel
getMuteLevel
();
74
}
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getMuteLevel
QChatMuteLevel getMuteLevel()
获取禁言级别
com.netease
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getReleaseAccountIds
List< String > getReleaseAccountIds()
获取被解除禁言成员列表
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getOperateType
QChatMuteOperateType getOperateType()
获取操作类型
com
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment
自动解除禁言通知附件
Definition:
QChatAutoUnmuteAttachment.java:10
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getReleaseOperatorAccountId
String getReleaseOperatorAccountId()
获取解除禁言操作者的账号
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getServerId
Long getServerId()
获取服务器id
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getMuteOperatorAccountId
String getMuteOperatorAccountId()
获取禁言操作者的账号
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getChannelId
Long getChannelId()
获取频道id
com.netease.nimlib.sdk.qchat.enums
Definition:
QChatPushMsgType.java:1
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getRealReleaseTime
Long getRealReleaseTime()
获取实际解除禁言时间
com.netease.nimlib.sdk.qchat.enums.QChatMuteLevel
禁言级别
Definition:
QChatMuteLevel.java:6
com.netease.nimlib
com.netease.nimlib.sdk.qchat.enums.QChatMuteOperateType
禁言的操作类型
Definition:
QChatMuteOperateType.java:6
com.netease.nimlib.sdk.qchat.model.systemnotification.QChatAutoUnmuteAttachment.getDuration
Long getDuration()
获取禁言持续时长
生成于 2024年 十月 16日 星期三 10:25:06 , 为 NIMSDK-AOS使用
1.8.13