-
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 Integercomponent1()final List<EntityTestErrorWithSentenceReport>component2()final EntityTestErrorQueryResultReportcopy(Integer total, List<EntityTestErrorWithSentenceReport> data)final IntegergetTotal()final List<EntityTestErrorWithSentenceReport>getData()-
-
Constructor Detail
-
EntityTestErrorQueryResultReport
EntityTestErrorQueryResultReport(Integer total, List<EntityTestErrorWithSentenceReport> data)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final List<EntityTestErrorWithSentenceReport> component2()
-
copy
final EntityTestErrorQueryResultReport copy(Integer total, List<EntityTestErrorWithSentenceReport> data)
-
getData
final List<EntityTestErrorWithSentenceReport> getData()
-
-
-
-