NIMSDK-AOS
9.17.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
model
QChatInviteApplyRecord.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.model;
2
3
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
enums
.
QChatInviteApplyRecordStatus
;
4
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
enums
.
QChatInviteApplyRecordType
;
5
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
model
.
inviteapplyrecord
.
QChatInviteApplyRecordData
;
6
import
java.io.Serializable;
7
11
public
interface
QChatInviteApplyRecord
extends
Serializable {
12
17
String
getAccid
();
18
23
QChatInviteApplyRecordType
getType
();
24
29
long
getServerId
();
30
35
QChatInviteApplyRecordStatus
getStatus
();
36
41
long
getRequestId
();
42
47
long
getCreateTime
();
48
53
long
getUpdateTime
();
54
59
long
getExpireTime
();
60
65
QChatInviteApplyRecordData
getData
();
66
71
long
getRecordId
();
72
73
}
com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType
申请/邀请记录类型
Definition:
QChatInviteApplyRecordType.java:6
com.netease.nimlib.sdk.qchat.model.inviteapplyrecord.QChatInviteApplyRecordData
邀请申请信息数据 com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordType#APPLY 类型对应 QChatAp...
Definition:
QChatInviteApplyRecordData.java:13
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getType
QChatInviteApplyRecordType getType()
获取申请/邀请记录类型
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getServerId
long getServerId()
获取服务器Id
com.netease
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getStatus
QChatInviteApplyRecordStatus getStatus()
获取申请/邀请记录状态
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getRequestId
long getRequestId()
获取申请/邀请唯一标识
com
com.netease.nimlib.sdk.qchat.model.inviteapplyrecord
Definition:
QChatInviteApplyRecordData.java:1
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getCreateTime
long getCreateTime()
获取创建时间
com.netease.nimlib.sdk.qchat.enums
Definition:
QChatPushMsgType.java:1
com.netease.nimlib.sdk.qchat.model
Definition:
QChatPushConfig.java:1
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord
申请/邀请记录
Definition:
QChatInviteApplyRecord.java:11
com.netease.nimlib.sdk.qchat.enums.QChatInviteApplyRecordStatus
申请/邀请记录状态
Definition:
QChatInviteApplyRecordStatus.java:6
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getAccid
String getAccid()
获取操作者账号
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getExpireTime
long getExpireTime()
获取过期时间
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getUpdateTime
long getUpdateTime()
获取更新时间
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getRecordId
long getRecordId()
获取记录唯一标识
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord.getData
QChatInviteApplyRecordData getData()
获取邀请申请信息结果数据
com.netease.nimlib
生成于 2024年 七月 4日 星期四 17:33:52 , 为 NIMSDK-AOS使用
1.8.13