Class TestPlanIdRequestDto

java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanIdRequestDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-10T06:10:29.228091282Z[Etc/UTC]") public class TestPlanIdRequestDto extends Object
TestPlanIdRequestDto
  • Constructor Details

    • TestPlanIdRequestDto

      public TestPlanIdRequestDto()
  • Method Details

    • testPlanId

      public TestPlanIdRequestDto testPlanId(UUID testPlanId)
    • getTestPlanId

      @Valid public @Valid UUID getTestPlanId()
      Get testPlanId
      Returns:
      testPlanId
    • setTestPlanId

      public void setTestPlanId(UUID testPlanId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object