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 void
writeToParcel(Parcel dest, int flags)
int
describeContents()
String
getMessageUId()
void
setMessageUId(String messageUId)
int
getUnreadCount()
void
setUnreadCount(int unreadCount)
int
getTotalCount()
void
setTotalCount(int totalCount)
int
getReadCount()
void
setReadCount(int readCount)
String
toString()
-
-
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()
-
-
-
-