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

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

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

Public 成员函数

 QChatAcceptServerInviteParam (@NonNull Long serverId, @NonNull String accid, Long requestId)
 
Long getServerId ()
 获取接受加入的服务器Id 更多...
 
String getAccid ()
 获取发起邀请者的accid 更多...
 
Long getRequestId ()
 邀请唯一标识 更多...
 

详细描述

"接受服务器邀请"接口入参

在文件 QChatAcceptServerInviteParam.java8 行定义.

构造及析构函数说明

◆ QChatAcceptServerInviteParam()

com.netease.nimlib.sdk.qchat.param.QChatAcceptServerInviteParam.QChatAcceptServerInviteParam ( @NonNull Long  serverId,
@NonNull String  accid,
Long  requestId 
)
参数
serverId接受加入的服务器Id
accid发起邀请的成员Id
requestId邀请唯一标识

在文件 QChatAcceptServerInviteParam.java27 行定义.

成员函数说明

◆ getAccid()

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

获取发起邀请者的accid

返回

在文件 QChatAcceptServerInviteParam.java47 行定义.

◆ getRequestId()

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

邀请唯一标识

返回

在文件 QChatAcceptServerInviteParam.java56 行定义.

◆ getServerId()

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

获取接受加入的服务器Id

返回

在文件 QChatAcceptServerInviteParam.java38 行定义.


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