NIMSDK-AOS
9.19.0
|
"批量更新服务器身份组信息"接口入参 更多...
Public 成员函数 | |
QChatUpdateServerRolePrioritiesParam (@NonNull Long serverId, @NonNull Map< Long, Long > roleIdPriorityMap) | |
Long | getServerId () |
获取服务器id 更多... | |
Map< Long, Long > | getRoleIdPriorityMap () |
获取服务器身份组Id和服务器身份组优先级构成的Map 更多... | |
String | toString () |
"批量更新服务器身份组信息"接口入参
在文件 QChatUpdateServerRolePrioritiesParam.java 第 9 行定义.
com.netease.nimlib.sdk.qchat.param.QChatUpdateServerRolePrioritiesParam.QChatUpdateServerRolePrioritiesParam | ( | @NonNull Long | serverId, |
@NonNull Map< Long, Long > | roleIdPriorityMap | ||
) |
serverId | 服务器id |
roleIdPriorityMap | 服务器身份组Id和服务器身份组优先级构成的Map |
在文件 QChatUpdateServerRolePrioritiesParam.java 第 28 行定义.
Map<Long, Long> com.netease.nimlib.sdk.qchat.param.QChatUpdateServerRolePrioritiesParam.getRoleIdPriorityMap | ( | ) |
获取服务器身份组Id和服务器身份组优先级构成的Map
在文件 QChatUpdateServerRolePrioritiesParam.java 第 45 行定义.
Long com.netease.nimlib.sdk.qchat.param.QChatUpdateServerRolePrioritiesParam.getServerId | ( | ) |
获取服务器id
在文件 QChatUpdateServerRolePrioritiesParam.java 第 37 行定义.
String com.netease.nimlib.sdk.qchat.param.QChatUpdateServerRolePrioritiesParam.toString | ( | ) |
在文件 QChatUpdateServerRolePrioritiesParam.java 第 50 行定义.