Class ProjectSearchRequestDto

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

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-10-03T13:16:55.409769957Z[Etc/UTC]") public class ProjectSearchRequestDto extends Object
ProjectSearchRequestDto
  • Constructor Details

    • ProjectSearchRequestDto

      public ProjectSearchRequestDto()
  • Method Details

    • authorizationKey

      public ProjectSearchRequestDto authorizationKey(String authorizationKey)
    • getAuthorizationKey

      public String getAuthorizationKey()
      Get authorizationKey
      Returns:
      authorizationKey
    • setAuthorizationKey

      public void setAuthorizationKey(String authorizationKey)
    • projectKey

      public ProjectSearchRequestDto projectKey(String projectKey)
    • getProjectKey

      public String getProjectKey()
      Get projectKey
      Returns:
      projectKey
    • setProjectKey

      public void setProjectKey(String projectKey)
    • systemUrl

      public ProjectSearchRequestDto systemUrl(String systemUrl)
    • getSystemUrl

      public String getSystemUrl()
      Get systemUrl
      Returns:
      systemUrl
    • setSystemUrl

      public void setSystemUrl(String systemUrl)
    • testPlanId

      public ProjectSearchRequestDto 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