Package io.rong.imlib.model
Class UltraGroupChannelChangeInfo
-
- All Implemented Interfaces:
public class UltraGroupChannelChangeInfo超级群变更信息 Added from version 5.2.4
gusd @Date 2022/06/13
-
-
Constructor Summary
Constructors Constructor Description UltraGroupChannelChangeInfo()
-
Method Summary
Modifier and Type Method Description StringgetTargetId()voidsetTargetId(String targetId)StringgetChannelId()voidsetChannelId(String channelId)longgetTime()voidsetTime(long time)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)voidreadFromParcel(Parcel source)-
-
Method Detail
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
getTime
long getTime()
-
setTime
void setTime(long time)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
readFromParcel
void readFromParcel(Parcel source)
-
-
-
-