-
- All Implemented Interfaces:
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 IntegergetTotal()final List<IntentTestErrorWithSentenceReport>getData()-
-
Constructor Detail
-
IntentTestErrorQueryResultReport
IntentTestErrorQueryResultReport(Integer total, List<IntentTestErrorWithSentenceReport> data)
-
-
Method Detail
-
getData
final List<IntentTestErrorWithSentenceReport> getData()
-
-
-
-