NIMSDK-AOS
9.19.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
8
/**
9
* 申请/邀请记录
10
*/
11
public
interface
QChatInviteApplyRecord
extends
Serializable {
12
13
/**
14
* 获取操作者账号
15
* @return
16
*/
17
String
getAccid
();
18
19
/**
20
* 获取申请/邀请记录类型
21
* @return
22
*/
23
QChatInviteApplyRecordType
getType
();
24
25
/**
26
* 获取服务器Id
27
* @return
28
*/
29
long
getServerId
();
30
31
/**
32
* 获取申请/邀请记录状态
33
* @return
34
*/
35
QChatInviteApplyRecordStatus
getStatus
();
36
37
/**
38
* 获取申请/邀请唯一标识
39
* @return
40
*/
41
long
getRequestId
();
42
43
/**
44
* 获取创建时间
45
* @return
46
*/
47
long
getCreateTime
();
48
49
/**
50
* 获取更新时间
51
* @return
52
*/
53
long
getUpdateTime
();
54
55
/**
56
* 获取过期时间
57
* @return
58
*/
59
long
getExpireTime
();
60
61
/**
62
* 获取邀请申请信息结果数据
63
* @return
64
*/
65
QChatInviteApplyRecordData
getData
();
66
67
/**
68
* 获取记录唯一标识
69
* @return
70
*/
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年 十月 16日 星期三 10:25:05 , 为 NIMSDK-AOS使用
1.8.13