-
public final class IntentTestErrorQueryResultReport
-
-
Field Summary
Fields Modifier and Type Field Description private final Integertotalprivate final List<IntentTestErrorWithSentenceReport>data
-
Constructor Summary
Constructors Constructor Description IntentTestErrorQueryResultReport(Integer total, List<IntentTestErrorWithSentenceReport> data)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final List<IntentTestErrorWithSentenceReport>component2()final IntentTestErrorQueryResultReportcopy(Integer total, List<IntentTestErrorWithSentenceReport> data)final IntegergetTotal()final List<IntentTestErrorWithSentenceReport>getData()-
-
Constructor Detail
-
IntentTestErrorQueryResultReport
IntentTestErrorQueryResultReport(Integer total, List<IntentTestErrorWithSentenceReport> data)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final List<IntentTestErrorWithSentenceReport> component2()
-
copy
final IntentTestErrorQueryResultReport copy(Integer total, List<IntentTestErrorWithSentenceReport> data)
-
getData
final List<IntentTestErrorWithSentenceReport> getData()
-
-
-
-