Package io.rong.imkit.userinfo.model
Class ExtendedGroup
-
- All Implemented Interfaces:
public class ExtendedGroup
功能描述: 扩展群组信息实体类,用来存储群组信息。
- Since:
5.10.5
rongcloud
-
-
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()
-
-
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 对象
-
getName
String getName()
-
toGroupInfo
GroupInfo toGroupInfo()
将 ExtendedGroupInfo 转换为 GroupInfo 对象。
- Returns:
转换后的 GroupInfo 对象。
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
-
-
-