Package io.rong.imlib.model
Class UltraGroupChannelChangeTypeInfo
-
- All Implemented Interfaces:
public class UltraGroupChannelChangeTypeInfo超级群频道类型变更信息 Added from version 5.2.4
gusd @Date 2022/06/14
-
-
Field Summary
Fields Modifier and Type Field Description public UltraGroupChannelChangeInfochangeInfopublic IRongCoreEnum.UltraGroupChannelChangeTypechangeTypepublic final static Creator<UltraGroupChannelChangeTypeInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description UltraGroupChannelChangeTypeInfo()
-
Method Summary
Modifier and Type Method Description UltraGroupChannelChangeInfogetChangeInfo()voidsetChangeInfo(UltraGroupChannelChangeInfo changeInfo)IRongCoreEnum.UltraGroupChannelChangeTypegetChangeType()voidsetChangeType(IRongCoreEnum.UltraGroupChannelChangeType changeType)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)voidreadFromParcel(Parcel source)-
-
Method Detail
-
getChangeInfo
UltraGroupChannelChangeInfo getChangeInfo()
-
setChangeInfo
void setChangeInfo(UltraGroupChannelChangeInfo changeInfo)
-
getChangeType
IRongCoreEnum.UltraGroupChannelChangeType getChangeType()
-
setChangeType
void setChangeType(IRongCoreEnum.UltraGroupChannelChangeType changeType)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
readFromParcel
void readFromParcel(Parcel source)
-
-
-
-