Package ai.tock.bot.xray.model
Class SearchResult
-
- All Implemented Interfaces:
public final class SearchResult
-
-
Field Summary
Fields Modifier and Type Field Description private final Integertotalprivate final List<XrayTestPlan>issues
-
Constructor Summary
Constructors Constructor Description SearchResult(Integer total, List<XrayTestPlan> issues)
-
Method Summary
Modifier and Type Method Description final IntegergetTotal()final List<XrayTestPlan>getIssues()-
-
Constructor Detail
-
SearchResult
SearchResult(Integer total, List<XrayTestPlan> issues)
-
-
Method Detail
-
getIssues
final List<XrayTestPlan> getIssues()
-
-
-
-