Class CheckTestScopeUniquenessRequestDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.CheckTestScopeUniquenessRequestDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-03T13:16:57.458750146Z[Etc/UTC]")
public class CheckTestScopeUniquenessRequestDto
extends Object
CheckTestScopeUniquenessRequestDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringgetName()Get name@NotNull @Valid UUIDGet projectId@NotNull @Valid UUIDGet testPlanIdinthashCode()voidvoidsetProjectId(UUID projectId) voidsetTestPlanId(UUID testPlanId) testPlanId(UUID testPlanId) toString()
-
Constructor Details
-
CheckTestScopeUniquenessRequestDto
public CheckTestScopeUniquenessRequestDto()
-
-
Method Details
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
testPlanId
-
getTestPlanId
Get testPlanId- Returns:
- testPlanId
-
setTestPlanId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-