Class TestPlanResponseDto
java.lang.Object
org.qubership.atp.environments.clients.api.catalogue.generated.TestPlanResponseDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-02T09:52:47.142808168Z[Etc/UTC]")
public class TestPlanResponseDto
extends Object
TestPlanResponseDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid OffsetDateTimeGet modifiedWhen@Valid UUIDGet testPlanIdGet testPlanNameinthashCode()modifiedWhen(OffsetDateTime modifiedWhen) voidsetModifiedWhen(OffsetDateTime modifiedWhen) voidsetTestPlanId(UUID testPlanId) voidsetTestPlanName(String testPlanName) testPlanId(UUID testPlanId) testPlanName(String testPlanName) toString()
-
Constructor Details
-
TestPlanResponseDto
public TestPlanResponseDto()
-
-
Method Details
-
modifiedWhen
-
getModifiedWhen
Get modifiedWhen- Returns:
- modifiedWhen
-
setModifiedWhen
-
testPlanId
-
getTestPlanId
Get testPlanId- Returns:
- testPlanId
-
setTestPlanId
-
testPlanName
-
getTestPlanName
Get testPlanName- Returns:
- testPlanName
-
setTestPlanName
-
equals
-
hashCode
public int hashCode() -
toString
-