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 ConversationType
getType()
void
setType(ConversationType type)
String
getTargetId()
void
setTargetId(String targetId)
String
getChannelId()
void
setChannelId(String channelId)
long
getTimestamp()
void
setTimestamp(long timestamp)
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
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()
-
-
-
-