NIMSDK-AOS
9.19.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
result
QChatUpdateChannelRoleResult.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.result;
2
3
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
model
.
QChatChannelRole
;
4
5
import
java.io.Serializable;
6
7
public
class
QChatUpdateChannelRoleResult
implements
Serializable {
8
9
/**
10
* 频道身份组
11
*/
12
private
final
QChatChannelRole
role;
13
14
public
QChatUpdateChannelRoleResult
(
QChatChannelRole
role) {
15
this.role = role;
16
}
17
18
/**
19
* 获取更新后的频道身份组
20
* @return
21
*/
22
public
QChatChannelRole
getRole
() {
23
return
role;
24
}
25
26
@Override
27
public
String
toString
() {
28
return
"QChatUpdateChannelRoleResult{"
+
29
"role="
+ role +
30
'}'
;
31
}
32
}
com.netease.nimlib.sdk.qchat.model.QChatChannelRole
Channel身份组
Definition:
QChatChannelRole.java:12
com.netease.nimlib.sdk.qchat.result.QChatUpdateChannelRoleResult.toString
String toString()
Definition:
QChatUpdateChannelRoleResult.java:27
com.netease.nimlib.sdk.qchat.result.QChatUpdateChannelRoleResult.getRole
QChatChannelRole getRole()
获取更新后的频道身份组
Definition:
QChatUpdateChannelRoleResult.java:22
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.qchat.result.QChatUpdateChannelRoleResult
Definition:
QChatUpdateChannelRoleResult.java:7
com.netease
com
com.netease.nimlib.sdk.qchat.model
Definition:
QChatPushConfig.java:1
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.result.QChatUpdateChannelRoleResult.QChatUpdateChannelRoleResult
QChatUpdateChannelRoleResult(QChatChannelRole role)
Definition:
QChatUpdateChannelRoleResult.java:14
com.netease.nimlib
生成于 2024年 十月 16日 星期三 10:25:06 , 为 NIMSDK-AOS使用
1.8.13