Package io.rong.message
        Class CombineV2Message
- 
                    
                    - All Implemented Interfaces:
 
 public class CombineV2Message- Since:
- 1.0 
- rongcloud 
 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public ConversationTypeconversationTypepublic List<String>nameListpublic List<String>summaryListpublic StringjsonMsgKeypublic List<CombineMsgInfo>msgListpublic intmsgNumpublic final static Creator<CombineV2Message>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description CombineV2Message(Array<byte> data)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ConversationTypegetConversationType()voidsetConversationType(ConversationType conversationType)List<String>getNameList()voidsetNameList(List<String> nameList)List<String>getSummaryList()voidsetSummaryList(List<String> summaryList)StringgetJsonMsgKey()List<CombineMsgInfo>getMsgList()voidsetMsgList(List<CombineMsgInfo> msgList)intgetMsgNum()static CombineV2Messageobtain(Context context, ConversationType conversationType, List<String> nameList, List<String> summaryList, List<CombineMsgInfo> msgList)Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        CombineV2MessageCombineV2Message(Array<byte> data) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getConversationTypeConversationType getConversationType() 
 - 
                                        setConversationTypevoid setConversationType(ConversationType conversationType) 
 - 
                                        getNameListList<String> getNameList() 
 - 
                                        setNameListvoid setNameList(List<String> nameList) 
 - 
                                        getSummaryListList<String> getSummaryList() 
 - 
                                        setSummaryListvoid setSummaryList(List<String> summaryList) 
 - 
                                        getJsonMsgKeyString getJsonMsgKey() 
 - 
                                        getMsgListList<CombineMsgInfo> getMsgList() 
 - 
                                        setMsgListvoid setMsgList(List<CombineMsgInfo> msgList) 
 - 
                                        getMsgNumint getMsgNum() 
 - 
                                        obtainstatic CombineV2Message obtain(Context context, ConversationType conversationType, List<String> nameList, List<String> summaryList, List<CombineMsgInfo> msgList) 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-