Package io.rong.imlib.model
Class ClearMessageOption
-
- All Implemented Interfaces:
public class ClearMessageOption删除消息参数类
jialong
-
-
Constructor Summary
Constructors Constructor Description ClearMessageOption(ConversationType type, String targetId, String channelId, long timestamp)
-
Method Summary
Modifier and Type Method Description ConversationTypegetType()voidsetType(ConversationType type)StringgetTargetId()voidsetTargetId(String targetId)StringgetChannelId()voidsetChannelId(String channelId)longgetTimestamp()voidsetTimestamp(long timestamp)voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Method Detail
-
getType
ConversationType getType()
-
setType
void setType(ConversationType type)
-
getTargetId
String getTargetId()
-
setTargetId
void setTargetId(String targetId)
-
getChannelId
String getChannelId()
-
setChannelId
void setChannelId(String channelId)
-
getTimestamp
long getTimestamp()
-
setTimestamp
void setTimestamp(long timestamp)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-