Package io.rong.imlib.model
Class MentionedInfo
-
- All Implemented Interfaces:
public class MentionedInfo
/~chinese @ 类型, @ 部分人,或者是 @ 所有人
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
MentionedInfo.MentionedType
-
Field Summary
Fields Modifier and Type Field Description public MentionedInfo.MentionedType
type
public String
mentionedContent
public final static Creator<MentionedInfo>
CREATOR
-
Constructor Summary
Constructors Constructor Description MentionedInfo()
MentionedInfo(Parcel in)
MentionedInfo(MentionedInfo.MentionedType type, List<String> userIdList, String mentionedContent)
-
Method Summary
Modifier and Type Method Description MentionedInfo.MentionedType
getType()
/~english void
setType(MentionedInfo.MentionedType type)
/~english String
getMentionedContent()
/~english void
setMentionedContent(String content)
/~english int
describeContents()
void
writeToParcel(Parcel dest, int flags)
List<String>
getMentionedUserIdList()
/~english void
setMentionedUserIdList(List<String> userList)
/~english -
-
Constructor Detail
-
MentionedInfo
MentionedInfo()
-
MentionedInfo
MentionedInfo(Parcel in)
-
MentionedInfo
MentionedInfo(MentionedInfo.MentionedType type, List<String> userIdList, String mentionedContent)
-
-
Method Detail
-
getType
MentionedInfo.MentionedType getType()
/~english
-
setType
void setType(MentionedInfo.MentionedType type)
/~english
-
getMentionedContent
String getMentionedContent()
/~english
-
setMentionedContent
void setMentionedContent(String content)
/~english
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getMentionedUserIdList
List<String> getMentionedUserIdList()
/~english
-
setMentionedUserIdList
void setMentionedUserIdList(List<String> userList)
/~english
-
-
-
-