-
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 Integercomponent1()final List<XrayTestPlan>component2()final SearchResultcopy(Integer total, List<XrayTestPlan> issues)final IntegergetTotal()final List<XrayTestPlan>getIssues()-
-
Constructor Detail
-
SearchResult
SearchResult(Integer total, List<XrayTestPlan> issues)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final List<XrayTestPlan> component2()
-
copy
final SearchResult copy(Integer total, List<XrayTestPlan> issues)
-
getIssues
final List<XrayTestPlan> getIssues()
-
-
-
-