Package ai.tock.nlp.admin.model
Class EntityTestErrorQueryResultReport
-
- All Implemented Interfaces:
public final class EntityTestErrorQueryResultReport
-
-
Field Summary
Fields Modifier and Type Field Description private final Integertotalprivate final List<EntityTestErrorWithSentenceReport>data
-
Constructor Summary
Constructors Constructor Description EntityTestErrorQueryResultReport(Integer total, List<EntityTestErrorWithSentenceReport> data)
-
Method Summary
Modifier and Type Method Description final IntegergetTotal()final List<EntityTestErrorWithSentenceReport>getData()-
-
Constructor Detail
-
EntityTestErrorQueryResultReport
EntityTestErrorQueryResultReport(Integer total, List<EntityTestErrorWithSentenceReport> data)
-
-
Method Detail
-
getData
final List<EntityTestErrorWithSentenceReport> getData()
-
-
-
-