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 String
getTargetId()
void
setTargetId(String targetId)
String
getChannelId()
void
setChannelId(String channelId)
long
getTime()
void
setTime(long time)
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
void
readFromParcel(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)
-
-
-
-