Package io.rong.imlib.model
Class GroupReadReceiptInfoV2
-
- All Implemented Interfaces:
public class GroupReadReceiptInfoV2
/~english
-
-
Field Summary
Fields Modifier and Type Field Description public List<GroupMessageReader>
respondUserIdList
public int
readCount
public int
totalCount
public final static Creator<GroupReadReceiptInfoV2>
CREATOR
-
Constructor Summary
Constructors Constructor Description GroupReadReceiptInfoV2()
GroupReadReceiptInfoV2(String jsonString)
GroupReadReceiptInfoV2(Parcel in)
-
Method Summary
Modifier and Type Method Description List<GroupMessageReader>
getRespondUserIdList()
/~english void
setRespondUserIdList(List<GroupMessageReader> respondUserIdList)
/~english int
getReadCount()
void
setReadCount(int readCount)
int
getTotalCount()
void
setTotalCount(int totalCount)
JSONObject
toJSON()
boolean
hasRespond()
/~english int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
toString()
void
setHasRespond(boolean hasRespond)
/~english -
-
Method Detail
-
getRespondUserIdList
List<GroupMessageReader> getRespondUserIdList()
/~english
-
setRespondUserIdList
void setRespondUserIdList(List<GroupMessageReader> respondUserIdList)
/~english
-
getReadCount
int getReadCount()
-
setReadCount
void setReadCount(int readCount)
-
getTotalCount
int getTotalCount()
-
setTotalCount
void setTotalCount(int totalCount)
-
toJSON
JSONObject toJSON()
-
hasRespond
boolean hasRespond()
/~english
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
setHasRespond
void setHasRespond(boolean hasRespond)
/~english
-
-
-
-