|
NIMSDK-AOS
9.21.0
|
禁言历史信息 更多...
Public 成员函数 | |
| long | getServerId () |
| 获取服务器id 更多... | |
| Long | getChannelId () |
| 获取频道id 更多... | |
| QChatMuteOperateType | getOperateType () |
| 获取操作类型 更多... | |
| QChatMuteLevel | getMuteLevel () |
| 获取禁言级别 更多... | |
| String | getAccountId () |
| 获取账号 更多... | |
| String | getMuteOperatorAccountId () |
| 获取操作禁言者的账号 更多... | |
| String | getReleaseOperatorAccountId () |
| 获取操作解除禁言者的账号 更多... | |
| long | getDuration () |
| 获取禁言持续时长 更多... | |
| long | getBeReleaseTime () |
| 获取预期要解禁时间 更多... | |
| Long | getRealReleaseTime () |
| 获取实际解禁时间 更多... | |
| long | getCreateTime () |
| 获取禁言操作时间 更多... | |
| String | getPostscript () |
| 获取附言 更多... | |
禁言历史信息
在文件 QChatMuteHistoryInfo.java 第 10 行定义.
| String com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getAccountId | ( | ) |
获取账号
| long com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getBeReleaseTime | ( | ) |
获取预期要解禁时间
| Long com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getChannelId | ( | ) |
获取频道id
| long com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getCreateTime | ( | ) |
获取禁言操作时间
| long com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getDuration | ( | ) |
获取禁言持续时长
| QChatMuteLevel com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getMuteLevel | ( | ) |
获取禁言级别
| String com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getMuteOperatorAccountId | ( | ) |
获取操作禁言者的账号
| QChatMuteOperateType com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getOperateType | ( | ) |
获取操作类型
| String com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getPostscript | ( | ) |
获取附言
| Long com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getRealReleaseTime | ( | ) |
获取实际解禁时间
| String com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getReleaseOperatorAccountId | ( | ) |
获取操作解除禁言者的账号
| long com.netease.nimlib.sdk.qchat.model.QChatMuteHistoryInfo.getServerId | ( | ) |
获取服务器id
1.8.11