1 package com.netease.nimlib.sdk.qchat.param;
3 import androidx.annotation.NonNull;
15 private final Long categoryId;
23 private String custom;
33 private Long reorderWeight;
39 this.categoryId = categoryId;
63 this.viewMode = viewMode;
100 return reorderWeight;
108 this.reorderWeight = reorderWeight;
void setReorderWeight(Long reorderWeight)
设置自定义排序字段
QChatUpdateChannelCategoryParam(long categoryId)
void setName(String name)
设置更新的频道分组名称
void setViewMode(QChatChannelMode viewMode)
设置更新的频道查看模式
void setCustom(String custom)
设置更新的频道分组自定义扩展字段
Long getReorderWeight()
获取自定义排序字段
String getCustom()
获取更新的频道分组自定义扩展字段
QChatChannelMode getViewMode()
获取更新的频道查看模式
Long getCategoryId()
获取更新的频道ID
String getName()
获取更新的频道分组名称