Class TestCaseRepeatCountDto

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

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-27T09:48:27.365198101Z[Etc/UTC]") public class TestCaseRepeatCountDto extends Object
TestCaseRepeatCountDto
  • Constructor Details

    • TestCaseRepeatCountDto

      public TestCaseRepeatCountDto()
  • Method Details

    • repeatCount

      public TestCaseRepeatCountDto repeatCount(Integer repeatCount)
    • getRepeatCount

      public Integer getRepeatCount()
      Get repeatCount
      Returns:
      repeatCount
    • setRepeatCount

      public void setRepeatCount(Integer repeatCount)
    • testScopeId

      public TestCaseRepeatCountDto testScopeId(UUID testScopeId)
    • getTestScopeId

      @Valid public @Valid UUID getTestScopeId()
      Get testScopeId
      Returns:
      testScopeId
    • setTestScopeId

      public void setTestScopeId(UUID testScopeId)
    • 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