Class TestScenariosCompareRequestDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.TestScenariosCompareRequestDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-06-27T09:48:27.365198101Z[Etc/UTC]")
public class TestScenariosCompareRequestDto
extends Object
TestScenariosCompareRequestDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid UUIDGet leftTestScenarioId@Valid UUIDGet projectId@Valid UUIDGet rightTestScenarioIdinthashCode()leftTestScenarioId(UUID leftTestScenarioId) rightTestScenarioId(UUID rightTestScenarioId) voidsetLeftTestScenarioId(UUID leftTestScenarioId) voidsetProjectId(UUID projectId) voidsetRightTestScenarioId(UUID rightTestScenarioId) toString()
-
Constructor Details
-
TestScenariosCompareRequestDto
public TestScenariosCompareRequestDto()
-
-
Method Details
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
leftTestScenarioId
-
getLeftTestScenarioId
Get leftTestScenarioId- Returns:
- leftTestScenarioId
-
setLeftTestScenarioId
-
rightTestScenarioId
-
getRightTestScenarioId
Get rightTestScenarioId- Returns:
- rightTestScenarioId
-
setRightTestScenarioId
-
equals
-
hashCode
public int hashCode() -
toString
-