Package io.rong.imlib.model
Class ReadReceiptUsersResult
-
- All Implemented Interfaces:
public class ReadReceiptUsersResult
-
-
Field Summary
Fields Modifier and Type Field Description public String
pageToken
public int
totalCount
public List<ReadReceiptUser>
users
public final static Creator<ReadReceiptUsersResult>
CREATOR
-
Constructor Summary
Constructors Constructor Description ReadReceiptUsersResult()
ReadReceiptUsersResult(List<ReadReceiptUser> users)
ReadReceiptUsersResult(String pageToken, int totalCount, List<ReadReceiptUser> users)
-
Method Summary
Modifier and Type Method Description String
getPageToken()
void
setPageToken(String pageToken)
int
getTotalCount()
void
setTotalCount(int totalCount)
List<ReadReceiptUser>
getUsers()
void
setUsers(List<ReadReceiptUser> users)
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
String
toString()
-
-
Method Detail
-
getPageToken
String getPageToken()
-
setPageToken
void setPageToken(String pageToken)
-
getTotalCount
int getTotalCount()
-
setTotalCount
void setTotalCount(int totalCount)
-
getUsers
List<ReadReceiptUser> getUsers()
-
setUsers
void setUsers(List<ReadReceiptUser> users)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
toString
String toString()
-
-
-
-