Package io.rong.imlib.model
Class MessageReactionUser
-
- All Implemented Interfaces:
public class MessageReactionUser消息回应用户信息。
- Since:
5.42.0
-
-
Field Summary
Fields Modifier and Type Field Description public StringuserIdpublic longreactionTimepublic final static Creator<MessageReactionUser>CREATOR
-
Constructor Summary
Constructors Constructor Description MessageReactionUser()MessageReactionUser(String userId, long reactionTime)
-
Method Summary
Modifier and Type Method Description StringgetUserId()voidsetUserId(String userId)longgetReactionTime()voidsetReactionTime(long reactionTime)voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Method Detail
-
getUserId
String getUserId()
-
setUserId
void setUserId(String userId)
-
getReactionTime
long getReactionTime()
-
setReactionTime
void setReactionTime(long reactionTime)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-