Class TestPlanDto
java.lang.Object
org.qubership.atp.dataset.controllers.api.dto.datasets.TestPlanDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-30T20:29:52.807312504Z[Etc/UTC]")
public class TestPlanDto
extends Object
TestPlanDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid UUIDgetId()Get id@NotNull StringgetName()Get name@NotNull @Valid VisibilityAreaDtoGet visibilityAreainthashCode()voidvoidvoidsetVisibilityArea(VisibilityAreaDto visibilityArea) toString()visibilityArea(VisibilityAreaDto visibilityArea)
-
Constructor Details
-
TestPlanDto
public TestPlanDto()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
visibilityArea
-
getVisibilityArea
Get visibilityArea- Returns:
- visibilityArea
-
setVisibilityArea
-
equals
-
hashCode
public int hashCode() -
toString
-