Package io.rong.message
Class QueryUidMessage
-
- All Implemented Interfaces:
public class QueryUidMessage上传指定会话指定时间段的 msguid 列表
-
-
Constructor Summary
Constructors Constructor Description QueryUidMessage(String uri, String logId, int conversationType, String targetId, String channelId, long startTime, long endTime)QueryUidMessage(Array<byte> data)QueryUidMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetUri()StringgetLogId()intgetConversationType()StringgetTargetId()StringgetChannelId()longgetStartTime()longgetEndTime()Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Constructor Detail
-
QueryUidMessage
QueryUidMessage(String uri, String logId, int conversationType, String targetId, String channelId, long startTime, long endTime)
-
QueryUidMessage
QueryUidMessage(Array<byte> data)
-
QueryUidMessage
QueryUidMessage(Parcel in)
-
-
Method Detail
-
getUri
String getUri()
-
getLogId
String getLogId()
-
getConversationType
int getConversationType()
-
getTargetId
String getTargetId()
-
getChannelId
String getChannelId()
-
getStartTime
long getStartTime()
-
getEndTime
long getEndTime()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-