@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.712Z[Etc/UTC]") public class TestPlanDto extends Object
| Constructor and Description |
|---|
TestPlanDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getId()
Get id
|
String |
getName()
Get name
|
VisibilityAreaDto |
getVisibilityArea()
Get visibilityArea
|
int |
hashCode() |
TestPlanDto |
id(UUID id) |
TestPlanDto |
name(String name) |
void |
setId(UUID id) |
void |
setName(String name) |
void |
setVisibilityArea(VisibilityAreaDto visibilityArea) |
String |
toString() |
TestPlanDto |
visibilityArea(VisibilityAreaDto visibilityArea) |
public TestPlanDto id(UUID id)
@NotNull public UUID getId()
public void setId(UUID id)
public TestPlanDto name(String name)
@NotNull public String getName()
public void setName(String name)
public TestPlanDto visibilityArea(VisibilityAreaDto visibilityArea)
@NotNull public VisibilityAreaDto getVisibilityArea()
public void setVisibilityArea(VisibilityAreaDto visibilityArea)
Copyright © 2025. All rights reserved.