Package io.rong.imkit.feature.forward
Class CombineMessage
-
- All Implemented Interfaces:
public class CombineMessage
-
-
Field Summary
Fields Modifier and Type Field Description public String
title
public ConversationType
conversationType
public List<String>
nameList
public List<String>
summaryList
public final static Creator<CombineMessage>
CREATOR
-
Constructor Summary
Constructors Constructor Description CombineMessage(Array<byte> data)
-
Method Summary
Modifier and Type Method Description String
getTitle()
void
setTitle(String title)
ConversationType
getConversationType()
void
setConversationType(ConversationType conversationType)
List<String>
getNameList()
void
setNameList(List<String> nameList)
List<String>
getSummaryList()
void
setSummaryList(List<String> summaryList)
static CombineMessage
obtain(Uri url)
Array<byte>
encode()
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
Constructor Detail
-
CombineMessage
CombineMessage(Array<byte> data)
-
-
Method Detail
-
getTitle
String getTitle()
-
setTitle
void setTitle(String title)
-
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)
-
obtain
static CombineMessage obtain(Uri url)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-