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 SummaryConstructors 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 SummaryModifier and Type Method Description StringgetUri()StringgetLogId()intgetConversationType()StringgetTargetId()StringgetChannelId()longgetStartTime()longgetEndTime()Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        QueryUidMessageQueryUidMessage(String uri, String logId, int conversationType, String targetId, String channelId, long startTime, long endTime) 
 - 
                                        QueryUidMessageQueryUidMessage(Array<byte> data) 
 - 
                                        QueryUidMessageQueryUidMessage(Parcel in) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getUriString getUri() 
 - 
                                        getLogIdString getLogId() 
 - 
                                        getConversationTypeint getConversationType() 
 - 
                                        getTargetIdString getTargetId() 
 - 
                                        getChannelIdString getChannelId() 
 - 
                                        getStartTimelong getStartTime() 
 - 
                                        getEndTimelong getEndTime() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-