-
public final class DialogReportQueryResult
-
-
Constructor Summary
Constructors Constructor Description DialogReportQueryResult(Long total, Long start, Long end, List<DialogReport> dialogs)
-
Method Summary
Modifier and Type Method Description final Longcomponent1()final Longcomponent2()final Longcomponent3()final List<DialogReport>component4()final DialogReportQueryResultcopy(Long total, Long start, Long end, List<DialogReport> dialogs)final LonggetTotal()final LonggetStart()final LonggetEnd()final List<DialogReport>getDialogs()-
-
Constructor Detail
-
DialogReportQueryResult
DialogReportQueryResult(Long total, Long start, Long end, List<DialogReport> dialogs)
-
-
Method Detail
-
component1
final Long component1()
-
component2
final Long component2()
-
component3
final Long component3()
-
component4
final List<DialogReport> component4()
-
copy
final DialogReportQueryResult copy(Long total, Long start, Long end, List<DialogReport> dialogs)
-
getDialogs
final List<DialogReport> getDialogs()
-
-
-
-