Package io.rong.imlib.model
Class ReadReceiptUser
-
- All Implemented Interfaces:
public class ReadReceiptUser
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<ReadReceiptUser>CREATOR
-
Constructor Summary
Constructors Constructor Description ReadReceiptUser()
-
Method Summary
Modifier and Type Method Description voidwriteToParcel(Parcel dest, int flags)intdescribeContents()StringgetUserId()voidsetUserId(String userId)longgetTimestamp()voidsetTimestamp(long timestamp)booleanisMentioned()voidsetMentioned(boolean mentioned)StringtoString()-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
getUserId
String getUserId()
-
setUserId
void setUserId(String userId)
-
getTimestamp
long getTimestamp()
-
setTimestamp
void setTimestamp(long timestamp)
-
isMentioned
boolean isMentioned()
-
setMentioned
void setMentioned(boolean mentioned)
-
toString
String toString()
-
-
-
-