Class XrayCloudTestStepResponseDto.ResponseData.TestsData
java.lang.Object
de.qytera.qtaf.xray.dto.response.steps.XrayCloudTestStepResponseDto.ResponseData.TestsData
- Enclosing class:
- XrayCloudTestStepResponseDto.ResponseData
The test data.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe result data. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestsData
public TestsData()
-
-
Method Details
-
getTotal
public int getTotal() -
getStart
public int getStart() -
getLimit
public int getLimit() -
getResults
-
setTotal
public void setTotal(int total) -
setStart
public void setStart(int start) -
setLimit
public void setLimit(int limit) -
setResults
-