NIMSDK-AOS  10.7.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.param.QChatAcceptServerApplyParam类 参考

"接受加入服务器申请"接口入参 更多...

继承自 com.netease.nimlib.sdk.qchat.param.QChatJoinServerOperationParam .

Public 成员函数

 QChatAcceptServerApplyParam (@NonNull Long serverId, @NonNull String accid, Long requestId)
 
Long getServerId ()
 获取同意加入的服务器Id 更多...
 
String getAccid ()
 获取申请者accid 更多...
 
Long getRequestId ()
 获取申请唯一标识 更多...
 

详细描述

"接受加入服务器申请"接口入参

在文件 QChatAcceptServerApplyParam.java8 行定义.

构造及析构函数说明

◆ QChatAcceptServerApplyParam()

com.netease.nimlib.sdk.qchat.param.QChatAcceptServerApplyParam.QChatAcceptServerApplyParam ( @NonNull Long  serverId,
@NonNull String  accid,
Long  requestId 
)
参数
serverId同意加入的服务器Id
accid申请者Id
requestId申请唯一标识

在文件 QChatAcceptServerApplyParam.java28 行定义.

成员函数说明

◆ getAccid()

String com.netease.nimlib.sdk.qchat.param.QChatAcceptServerApplyParam.getAccid ( )

获取申请者accid

返回

在文件 QChatAcceptServerApplyParam.java48 行定义.

◆ getRequestId()

Long com.netease.nimlib.sdk.qchat.param.QChatAcceptServerApplyParam.getRequestId ( )

获取申请唯一标识

返回

在文件 QChatAcceptServerApplyParam.java57 行定义.

◆ getServerId()

Long com.netease.nimlib.sdk.qchat.param.QChatAcceptServerApplyParam.getServerId ( )

获取同意加入的服务器Id

返回

在文件 QChatAcceptServerApplyParam.java39 行定义.


该类的文档由以下文件生成: