Class GroupUserInfo

  • All Implemented Interfaces:

    
    public class GroupUserInfo
    
                        

    群成员信息实体类,用来存储群成员信息。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String extra
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupUserInfo(String groupId, String userId, String nickname) 群成员对象
      GroupUserInfo(String groupId, String userId, String nickname, String extra)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getExtra()
      void setExtra(String extra)
      String getGroupId()
      void setGroupId(String mGroupId)
      String getNickname()
      String getUserId()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupUserInfo

        GroupUserInfo(String groupId, String userId, String nickname)
        群成员对象
        Parameters:
        groupId - 群 Id
        userId - 用户 Id
        nickname - 该用户在群里的昵称
      • GroupUserInfo

        GroupUserInfo(String groupId, String userId, String nickname, String extra)