-
public final class UserReportQueryResult
-
-
Constructor Summary
Constructors Constructor Description UserReportQueryResult(Long total, Long start, Long end, List<UserReport> users)
-
Method Summary
Modifier and Type Method Description final Longcomponent1()final Longcomponent2()final Longcomponent3()final List<UserReport>component4()final UserReportQueryResultcopy(Long total, Long start, Long end, List<UserReport> users)final LonggetTotal()final LonggetStart()final LonggetEnd()final List<UserReport>getUsers()-
-
Constructor Detail
-
UserReportQueryResult
UserReportQueryResult(Long total, Long start, Long end, List<UserReport> users)
-
-
Method Detail
-
component1
final Long component1()
-
component2
final Long component2()
-
component3
final Long component3()
-
component4
final List<UserReport> component4()
-
copy
final UserReportQueryResult copy(Long total, Long start, Long end, List<UserReport> users)
-
getUsers
final List<UserReport> getUsers()
-
-
-
-