NIMSDK-AOS
10.7.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
result
QChatGetUserPushConfigsResult.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.result;
2
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
model
.
QChatUserPushConfig
;
3
import
java.io.Serializable;
4
import
java.util.List;
5
6
public
class
QChatGetUserPushConfigsResult
implements
Serializable {
7
11
private
final
List<QChatUserPushConfig> userPushConfigs;
12
13
public
QChatGetUserPushConfigsResult
(List<QChatUserPushConfig> userPushConfigs) {
14
this.userPushConfigs = userPushConfigs;
15
}
16
21
public
List<QChatUserPushConfig>
getUserPushConfigs
() {
22
return
userPushConfigs;
23
}
24
25
@Override
26
public
String
toString
() {
27
return
"QChatGetUserPushConfigsResult{"
+
28
"userPushConfigs="
+ userPushConfigs +
29
'}'
;
30
}
31
}
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease
com
com.netease.nimlib.sdk.qchat.model.QChatUserPushConfig
Definition:
QChatUserPushConfig.java:7
com.netease.nimlib.sdk.qchat.result.QChatGetUserPushConfigsResult.toString
String toString()
Definition:
QChatGetUserPushConfigsResult.java:26
com.netease.nimlib.sdk.qchat.result.QChatGetUserPushConfigsResult.getUserPushConfigs
List< QChatUserPushConfig > getUserPushConfigs()
获取查询到的用户推送配置列表
Definition:
QChatGetUserPushConfigsResult.java:21
com.netease.nimlib.sdk.qchat.model
Definition:
QChatPushConfig.java:1
com.netease.nimlib.sdk.qchat.result.QChatGetUserPushConfigsResult.QChatGetUserPushConfigsResult
QChatGetUserPushConfigsResult(List< QChatUserPushConfig > userPushConfigs)
Definition:
QChatGetUserPushConfigsResult.java:13
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.result.QChatGetUserPushConfigsResult
Definition:
QChatGetUserPushConfigsResult.java:6
com.netease.nimlib
生成于 2024年 十二月 27日 星期五 15:34:08 , 为 NIMSDK-AOS使用
1.8.13