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

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

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

Public 成员函数

 QChatRejectServerApplyParam (long serverId, @NonNull String accid, Long requestId)
 
Long getServerId ()
 获取邀请加入的服务器Id 更多...
 
String getAccid ()
 获取申请者Id 更多...
 
String getPostscript ()
 获取附言 更多...
 
void setPostscript (@NonNull String postscript)
 设置附言 更多...
 
Long getRequestId ()
 获取申请唯一标识 更多...
 

详细描述

"拒绝申请加入服务器"接口入参

在文件 QChatRejectServerApplyParam.java8 行定义.

构造及析构函数说明

◆ QChatRejectServerApplyParam()

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

在文件 QChatRejectServerApplyParam.java33 行定义.

成员函数说明

◆ getAccid()

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

获取申请者Id

返回

在文件 QChatRejectServerApplyParam.java56 行定义.

◆ getPostscript()

String com.netease.nimlib.sdk.qchat.param.QChatRejectServerApplyParam.getPostscript ( )

获取附言

返回

在文件 QChatRejectServerApplyParam.java65 行定义.

◆ getRequestId()

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

获取申请唯一标识

返回

在文件 QChatRejectServerApplyParam.java82 行定义.

◆ getServerId()

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

获取邀请加入的服务器Id

返回

在文件 QChatRejectServerApplyParam.java47 行定义.

◆ setPostscript()

void com.netease.nimlib.sdk.qchat.param.QChatRejectServerApplyParam.setPostscript ( @NonNull String  postscript)

设置附言

参数
postscript

在文件 QChatRejectServerApplyParam.java73 行定义.


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