Class TestCaseShortResponseDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseShortResponseDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-06-27T09:48:27.784453653Z[Etc/UTC]")
public class TestCaseShortResponseDto
extends Object
TestCaseShortResponseDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Get name@Valid UUIDGet projectId@Valid UUIDGet testCaseId@Valid UUIDGet testPlanId@Valid UUIDGet testScenarioIdinthashCode()voidvoidsetProjectId(UUID projectId) voidsetTestCaseId(UUID testCaseId) voidsetTestPlanId(UUID testPlanId) voidsetTestScenarioId(UUID testScenarioId) testCaseId(UUID testCaseId) testPlanId(UUID testPlanId) testScenarioId(UUID testScenarioId) toString()
-
Constructor Details
-
TestCaseShortResponseDto
public TestCaseShortResponseDto()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
testCaseId
-
getTestCaseId
Get testCaseId- Returns:
- testCaseId
-
setTestCaseId
-
testPlanId
-
getTestPlanId
Get testPlanId- Returns:
- testPlanId
-
setTestPlanId
-
testScenarioId
-
getTestScenarioId
Get testScenarioId- Returns:
- testScenarioId
-
setTestScenarioId
-
equals
-
hashCode
public int hashCode() -
toString
-