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 String
getUri()
String
getLogId()
int
getConversationType()
String
getTargetId()
String
getChannelId()
long
getStartTime()
long
getEndTime()
Array<byte>
encode()
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
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()
-
-
-
-