Package io.rong.message
Class CombineV2Message
-
- All Implemented Interfaces:
public class CombineV2Message- Since:
1.0
rongcloud
-
-
Field Summary
Fields Modifier and Type Field Description public ConversationTypeconversationTypepublic List<String>nameListpublic List<String>summaryListpublic StringjsonMsgKeypublic List<CombineMsgInfo>msgListpublic intmsgNumpublic final static Creator<CombineV2Message>CREATOR
-
Constructor Summary
Constructors Constructor Description CombineV2Message(Array<byte> data)
-
Method Summary
Modifier 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
-
CombineV2Message
CombineV2Message(Array<byte> data)
-
-
Method Detail
-
getConversationType
ConversationType getConversationType()
-
setConversationType
void setConversationType(ConversationType conversationType)
-
getNameList
List<String> getNameList()
-
setNameList
void setNameList(List<String> nameList)
-
getSummaryList
List<String> getSummaryList()
-
setSummaryList
void setSummaryList(List<String> summaryList)
-
getJsonMsgKey
String getJsonMsgKey()
-
getMsgList
List<CombineMsgInfo> getMsgList()
-
setMsgList
void setMsgList(List<CombineMsgInfo> msgList)
-
getMsgNum
int getMsgNum()
-
obtain
static CombineV2Message obtain(Context context, ConversationType conversationType, List<String> nameList, List<String> summaryList, List<CombineMsgInfo> msgList)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-