NIMSDK-AOS  9.16.0
QChatAddChannelCategoryRoleResult.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.result;
2 
4 import java.io.Serializable;
5 
9 public class QChatAddChannelCategoryRoleResult implements Serializable {
10 
14  private final QChatChannelCategoryRole role;
15 
17  this.role = role;
18  }
19 
25  return role;
26  }
27 
28  @Override
29  public String toString() {
30  return "QChatAddChannelCategoryRoleResult{" +
31  "role=" + role +
32  '}';
33  }
34 }
QChatChannelCategoryRole getRole()
获取频道分组身份组信息