Package io.rong.imlib.model
Class UltraGroupChannelDisbandedInfo
-
- All Implemented Interfaces:
public class UltraGroupChannelDisbandedInfo
超级群频道解散变更信息 Added from version 5.2.4
gusd @Date 2022/06/14
-
-
Field Summary
Fields Modifier and Type Field Description public UltraGroupChannelChangeInfo
changeInfo
public IRongCoreEnum.UltraGroupChannelType
channelType
public final static Creator<UltraGroupChannelDisbandedInfo>
CREATOR
-
Constructor Summary
Constructors Constructor Description UltraGroupChannelDisbandedInfo()
-
Method Summary
Modifier and Type Method Description UltraGroupChannelChangeInfo
getChangeInfo()
void
setChangeInfo(UltraGroupChannelChangeInfo changeInfo)
IRongCoreEnum.UltraGroupChannelType
getChannelType()
void
setChannelType(IRongCoreEnum.UltraGroupChannelType channelType)
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
void
readFromParcel(Parcel source)
-
-
Method Detail
-
getChangeInfo
UltraGroupChannelChangeInfo getChangeInfo()
-
setChangeInfo
void setChangeInfo(UltraGroupChannelChangeInfo changeInfo)
-
getChannelType
IRongCoreEnum.UltraGroupChannelType getChannelType()
-
setChannelType
void setChannelType(IRongCoreEnum.UltraGroupChannelType channelType)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
readFromParcel
void readFromParcel(Parcel source)
-
-
-
-