NIMSDK-AOS
10.5.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
result
QChatCreateChannelResult.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.result;
2
3
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
model
.
QChatChannel
;
4
5
import
java.io.Serializable;
6
7
public
class
QChatCreateChannelResult
implements
Serializable {
8
12
private
final
QChatChannel
channel;
13
14
public
QChatCreateChannelResult
(
QChatChannel
channel) {
15
this.channel = channel;
16
}
17
22
public
QChatChannel
getChannel
() {
23
return
channel;
24
}
25
26
@Override
27
public
String
toString
() {
28
return
"QChatCreateChannelResult{"
+
29
"channel="
+ channel +
30
'}'
;
31
}
32
}
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.qchat.result.QChatCreateChannelResult.QChatCreateChannelResult
QChatCreateChannelResult(QChatChannel channel)
Definition:
QChatCreateChannelResult.java:14
com.netease
com.netease.nimlib.sdk.qchat.result.QChatCreateChannelResult
Definition:
QChatCreateChannelResult.java:7
com
com.netease.nimlib.sdk.qchat.result.QChatCreateChannelResult.getChannel
QChatChannel getChannel()
获取创建的频道
Definition:
QChatCreateChannelResult.java:22
com.netease.nimlib.sdk.qchat.result.QChatCreateChannelResult.toString
String toString()
Definition:
QChatCreateChannelResult.java:27
com.netease.nimlib.sdk.qchat.model
Definition:
QChatPushConfig.java:1
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.model.QChatChannel
频道信息
Definition:
QChatChannel.java:12
com.netease.nimlib
生成于 2024年 十月 15日 星期二 18:40:26 , 为 NIMSDK-AOS使用
1.8.13