toggle menu
Android-IMLibCore-SDK
15.14.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
PagingQueryResult
Paging
Query
Result
io.rong.imlib
public
class
PagingQueryResult
<
T
>
Members
Constructors
Paging
Query
Result
Link copied to clipboard
io.rong.imlib
public
void
PagingQueryResult
(
)
public
void
PagingQueryResult
(
String
pageToken
,
int totalCount
,
List
<
T
>
data
)
public
void
PagingQueryResult
(
Parcel in
)
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<PagingQueryResult>
CREATOR
data
Link copied to clipboard
io.rong.imlib
public
List
<
T
>
data
Data List
page
Token
Link copied to clipboard
io.rong.imlib
public
String
pageToken
Current page identifier, required for fetching the next page of data
total
Count
Link copied to clipboard
io.rong.imlib
public
int
totalCount
Total count, not all interfaces provide this field
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Data
Link copied to clipboard
io.rong.imlib
public
List
<
T
>
getData
(
)
get
Page
Token
Link copied to clipboard
io.rong.imlib
public
String
getPageToken
(
)
get
Total
Count
Link copied to clipboard
io.rong.imlib
public
int
getTotalCount
(
)
set
Data
Link copied to clipboard
io.rong.imlib
public
void
setData
(
List
<
T
>
data
)
set
Page
Token
Link copied to clipboard
io.rong.imlib
public
void
setPageToken
(
String
pageToken
)
set
Total
Count
Link copied to clipboard
io.rong.imlib
public
void
setTotalCount
(
int totalCount
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)