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