Package io.rong.imlib.model
        Class SearchConversationResult
- 
                    
                    - All Implemented Interfaces:
 
 public class SearchConversationResult
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final static Creator<SearchConversationResult>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description SearchConversationResult()SearchConversationResult(Parcel in)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ConversationgetConversation()Retrieves the conversation entity, which is used to hold and store client conversation information, corresponding to the conversation in the conversation list. voidsetConversation(Conversation mConversation)Sets the conversation entity to hold and store client conversation information, corresponding to the conversation in the conversation list. intgetMatchCount()Get the number of matched conversations voidsetMatchCount(int mMatchCount)Sets the number of matching conversations intdescribeContents()voidwriteToParcel(Parcel dest, int flags)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getConversationConversation getConversation() Retrieves the conversation entity, which is used to hold and store client conversation information, corresponding to the conversation in the conversation list. - Returns:
- The conversation entity, which is used to hold and store client conversation information, corresponding to the conversation in the conversation list. 
 
 - 
                                        setConversationvoid setConversation(Conversation mConversation) Sets the conversation entity to hold and store client conversation information, corresponding to the conversation in the conversation list. - Parameters:
- mConversation- The conversation entity to hold and store client conversation information, corresponding to the conversation in the conversation list.
 
 - 
                                        getMatchCountint getMatchCount() Get the number of matched conversations - Returns:
- Number of matched conversations 
 
 - 
                                        setMatchCountvoid setMatchCount(int mMatchCount) Sets the number of matching conversations - Parameters:
- mMatchCount- Specifies the number of matching conversations
 
 - 
                                        describeContentsint describeContents() 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-