Class CompareTestPlansRequestDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.CompareTestPlansRequestDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-06-11T14:57:00.272691897Z[Etc/UTC]")
public class CompareTestPlansRequestDto
extends Object
CompareTestPlansRequestDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid UUIDGet leftTestPlanId@Valid BigDecimalgetPage()Get page@Valid UUIDGet projectId@Valid UUIDGet rightTestPlanId@Valid BigDecimalgetSize()Get sizeinthashCode()leftTestPlanId(UUID leftTestPlanId) page(BigDecimal page) rightTestPlanId(UUID rightTestPlanId) voidsetLeftTestPlanId(UUID leftTestPlanId) voidsetPage(BigDecimal page) voidsetProjectId(UUID projectId) voidsetRightTestPlanId(UUID rightTestPlanId) voidsetSize(BigDecimal size) size(BigDecimal size) toString()
-
Constructor Details
-
CompareTestPlansRequestDto
public CompareTestPlansRequestDto()
-
-
Method Details
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
leftTestPlanId
-
getLeftTestPlanId
Get leftTestPlanId- Returns:
- leftTestPlanId
-
setLeftTestPlanId
-
rightTestPlanId
-
getRightTestPlanId
Get rightTestPlanId- Returns:
- rightTestPlanId
-
setRightTestPlanId
-
page
-
getPage
Get page- Returns:
- page
-
setPage
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
equals
-
hashCode
public int hashCode() -
toString
-