Class SearchConversationResult

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Creator<SearchConversationResult> CREATOR
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchConversationResult

        SearchConversationResult()
      • SearchConversationResult

        SearchConversationResult(Parcel in)
    • 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