1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
14 private final Long serverId;
19 private final String accid;
25 private String postscript =
"";
35 this.serverId = serverId;
74 this.postscript = postscript;
83 return super.getRequestId();
Long getServerId()
获取邀请加入的服务器Id
String getPostscript()
获取附言
Long getRequestId()
获取申请唯一标识
QChatRejectServerApplyParam(long serverId, @NonNull String accid, Long requestId)
void setPostscript(@NonNull String postscript)
设置附言