Package io.rong.imlib.model
Class ChangedChannelInfo
-
- All Implemented Interfaces:
public class ChangedChannelInfogusd @Date 2022/06/16
-
-
Field Summary
Fields Modifier and Type Field Description public StringtargetIdpublic StringchannelIdpublic longtimestamppublic intchangedTypepublic StringuserIdpublic intchannelTypepublic final static Creator<ChangedChannelInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description ChangedChannelInfo()
-
Method Summary
Modifier and Type Method Description StringgetTargetId()voidsetTargetId(String targetId)StringgetChannelId()voidsetChannelId(String channelId)longgetTimestamp()voidsetTimestamp(long timestamp)intgetChangedType()voidsetChangedType(int changedType)StringgetUserId()voidsetUserId(String userId)intgetChannelType()voidsetChannelType(int channelType)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)voidreadFromParcel(Parcel source)StringtoString()-
-
Method Detail
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
getTimestamp
long getTimestamp()
-
setTimestamp
void setTimestamp(long timestamp)
-
getChangedType
int getChangedType()
-
setChangedType
void setChangedType(int changedType)
-
getUserId
String getUserId()
-
setUserId
void setUserId(String userId)
-
getChannelType
int getChannelType()
-
setChannelType
void setChannelType(int channelType)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
readFromParcel
void readFromParcel(Parcel source)
-
toString
String toString()
-
-
-
-