Package io.rong.imlib.model
Class SearchConversationResult
-
- All Implemented Interfaces:
public class SearchConversationResult
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<SearchConversationResult>
CREATOR
-
Constructor Summary
Constructors Constructor Description SearchConversationResult()
SearchConversationResult(Parcel in)
-
Method Summary
Modifier and Type Method Description Conversation
getConversation()
Retrieves the conversation entity, which is used to hold and store client conversation information, corresponding to the conversation in the conversation list. void
setConversation(Conversation mConversation)
Sets the conversation entity to hold and store client conversation information, corresponding to the conversation in the conversation list. int
getMatchCount()
Get the number of matched conversations void
setMatchCount(int mMatchCount)
Sets the number of matching conversations int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
getConversation
Conversation 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.
-
setConversation
void 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.
-
getMatchCount
int getMatchCount()
Get the number of matched conversations
- Returns:
Number of matched conversations
-
setMatchCount
void setMatchCount(int mMatchCount)
Sets the number of matching conversations
- Parameters:
mMatchCount
- Specifies the number of matching conversations
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-