Package io.rong.message
Class QueryUidMessage
-
- All Implemented Interfaces:
public class QueryUidMessageUploads the list of msgUIDs for a specified conversation within a given time period
-
-
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()
-
-
-
-