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 void
writeToParcel(Parcel dest, int flags)
int
describeContents()
String
getUserId()
void
setUserId(String userId)
long
getTimestamp()
void
setTimestamp(long timestamp)
boolean
isMentioned()
void
setMentioned(boolean mentioned)
String
toString()
-
-
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()
-
-
-
-