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 ConversationType
conversationType
public List<String>
nameList
public List<String>
summaryList
public String
jsonMsgKey
public List<CombineMsgInfo>
msgList
public int
msgNum
public final static Creator<CombineV2Message>
CREATOR
-
Constructor Summary
Constructors Constructor Description CombineV2Message(Array<byte> data)
-
Method Summary
Modifier and Type Method Description ConversationType
getConversationType()
void
setConversationType(ConversationType conversationType)
List<String>
getNameList()
void
setNameList(List<String> nameList)
List<String>
getSummaryList()
void
setSummaryList(List<String> summaryList)
String
getJsonMsgKey()
List<CombineMsgInfo>
getMsgList()
void
setMsgList(List<CombineMsgInfo> msgList)
int
getMsgNum()
static CombineV2Message
obtain(Context context, ConversationType conversationType, List<String> nameList, List<String> summaryList, List<CombineMsgInfo> msgList)
Array<byte>
encode()
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
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()
-
-
-
-