1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
4 import androidx.annotation.Nullable;
18 private final Long serverId;
30 private String custom;
44 private Integer searchType;
50 private Boolean searchEnable;
58 this.serverId = serverId;
115 this.custom = custom;
131 this.inviteMode = inviteMode;
147 this.applyMode = applyMode;
163 this.searchType = searchType;
179 this.searchEnable = searchEnable;
Integer getSearchType()
获取服务器搜索类型
void setSearchType(@Nullable Integer searchType)
设置服务器搜索类型
Long getServerId()
获取服务器Id
void setName(String name)
设置服务器名称
void setCustom(String custom)
设置服务器自定义扩展
void setIcon(String icon)
设置服务器图标url
QChatUpdateServerParam(long serverId)
QChatInviteMode getInviteMode()
获取邀请加入服务器模式
void setSearchEnable(@Nullable Boolean searchEnable)
设置服务器是否允许被搜索
void setInviteMode(QChatInviteMode inviteMode)
设置邀请加入服务器模式
String getCustom()
设置服务器自定义扩展
void setApplyMode(QChatApplyJoinMode applyMode)
设置申请加入服务器模式
QChatApplyJoinMode getApplyMode()
获取申请加入服务器模式
String getIcon()
获取服务器图标url
Boolean getSearchEnable()
获取服务器是否允许被搜索