NIMSDK-AOS
9.19.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
result
QChatGetInviteApplyRecordOfSelfResult.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.result;
2
3
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
model
.
QChatInviteApplyRecord
;
4
import
java.io.Serializable;
5
import
java.util.List;
6
7
/**
8
* "查询我的申请邀请记录接口" 结果
9
*/
10
public
class
QChatGetInviteApplyRecordOfSelfResult
implements
Serializable {
11
12
/**
13
* 申请邀请记录
14
*/
15
private
final
List<QChatInviteApplyRecord> records;
16
17
public
QChatGetInviteApplyRecordOfSelfResult
(List<QChatInviteApplyRecord> records) {
18
this.records = records;
19
}
20
/**
21
* 获取申请邀请记录
22
* @return
23
*/
24
public
List<QChatInviteApplyRecord>
getRecords
() {
25
return
records;
26
}
27
28
29
@Override
30
public
String
toString
() {
31
return
"QChatGetInviteApplyRecordOfSelfResult{"
+
32
"records="
+ records +
33
"}\n"
;
34
}
35
}
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease
com
com.netease.nimlib.sdk.qchat.model
Definition:
QChatPushConfig.java:1
com.netease.nimlib.sdk.qchat.result.QChatGetInviteApplyRecordOfSelfResult.toString
String toString()
Definition:
QChatGetInviteApplyRecordOfSelfResult.java:30
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.model.QChatInviteApplyRecord
申请/邀请记录
Definition:
QChatInviteApplyRecord.java:11
com.netease.nimlib.sdk.qchat.result.QChatGetInviteApplyRecordOfSelfResult
"查询我的申请邀请记录接口" 结果
Definition:
QChatGetInviteApplyRecordOfSelfResult.java:10
com.netease.nimlib.sdk.qchat.result.QChatGetInviteApplyRecordOfSelfResult.QChatGetInviteApplyRecordOfSelfResult
QChatGetInviteApplyRecordOfSelfResult(List< QChatInviteApplyRecord > records)
Definition:
QChatGetInviteApplyRecordOfSelfResult.java:17
com.netease.nimlib.sdk.qchat.result.QChatGetInviteApplyRecordOfSelfResult.getRecords
List< QChatInviteApplyRecord > getRecords()
获取申请邀请记录
Definition:
QChatGetInviteApplyRecordOfSelfResult.java:24
com.netease.nimlib
生成于 2024年 十月 16日 星期三 10:25:06 , 为 NIMSDK-AOS使用
1.8.13