Package io.rong.imlib.model
Class ReadReceiptInfoV5
-
- All Implemented Interfaces:
public class ReadReceiptInfoV5消息已读回执信息 V5
- Since:
5.20.0
-
-
Field Summary
Fields Modifier and Type Field Description public final static Creator<ReadReceiptInfoV5>CREATOR
-
Constructor Summary
Constructors Constructor Description ReadReceiptInfoV5()
-
Method Summary
Modifier and Type Method Description voidwriteToParcel(Parcel dest, int flags)intdescribeContents()StringgetMessageUId()voidsetMessageUId(String messageUId)intgetUnreadCount()voidsetUnreadCount(int unreadCount)intgetTotalCount()voidsetTotalCount(int totalCount)intgetReadCount()voidsetReadCount(int readCount)StringtoString()-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
getMessageUId
String getMessageUId()
-
setMessageUId
void setMessageUId(String messageUId)
-
getUnreadCount
int getUnreadCount()
-
setUnreadCount
void setUnreadCount(int unreadCount)
-
getTotalCount
int getTotalCount()
-
setTotalCount
void setTotalCount(int totalCount)
-
getReadCount
int getReadCount()
-
setReadCount
void setReadCount(int readCount)
-
toString
String toString()
-
-
-
-