Class ExtendedGroup

  • All Implemented Interfaces:

    
    public class ExtendedGroup
    
                        

    功能描述: 扩展群组信息实体类,用来存储群组信息。

    Since:

    5.10.5

    Author:

    rongcloud

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final GroupInfo groupInfo
      public final static Creator<ExtendedGroup> CREATOR
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      GroupInfo getGroupInfo() 获取 GroupInfo 对象。
      static ExtendedGroup obtain(Group group) 创建 ExtendedGroupInfo 对象。
      static ExtendedGroup obtain(GroupInfo groupInfo) 创建 ExtendedGroupInfo 对象。
      String getName()
      GroupInfo toGroupInfo() 将 ExtendedGroupInfo 转换为 GroupInfo 对象。
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      String toString()
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getGroupInfo

         GroupInfo getGroupInfo()

        获取 GroupInfo 对象。

        Returns:

        GroupInfo 对象。

      • obtain

         static ExtendedGroup obtain(Group group)

        创建 ExtendedGroupInfo 对象。

        Parameters:
        group - Group 对象
        Returns:

        ExtendedGroupInfo 对象

      • obtain

         static ExtendedGroup obtain(GroupInfo groupInfo)

        创建 ExtendedGroupInfo 对象。

        Parameters:
        groupInfo - GroupInfo 对象
        Returns:

        ExtendedGroupInfo 对象

      • toGroupInfo

         GroupInfo toGroupInfo()

        将 ExtendedGroupInfo 转换为 GroupInfo 对象。

        Returns:

        转换后的 GroupInfo 对象。