Class ProjectDirectoryDto

java.lang.Object
org.qubership.atp.mia.controllers.api.dto.ProjectDirectoryDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-09-12T07:58:32.397559642Z[Etc/UTC]") public class ProjectDirectoryDto extends Object
ProjectDirectoryDto
  • Constructor Details

    • ProjectDirectoryDto

      @Deprecated public ProjectDirectoryDto()
      Default constructor
    • ProjectDirectoryDto

      public ProjectDirectoryDto(String name)
      Constructor with only required parameters
  • Method Details

    • id

      public ProjectDirectoryDto id(UUID id)
    • getId

      @Valid public @Valid UUID getId()
      Get id
      Returns:
      id
    • setId

      public void setId(UUID id)
    • name

      public ProjectDirectoryDto name(String name)
    • getName

      @NotNull public @NotNull String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • parentDirectoryId

      public ProjectDirectoryDto parentDirectoryId(UUID parentDirectoryId)
    • getParentDirectoryId

      @Valid public @Valid UUID getParentDirectoryId()
      Get parentDirectoryId
      Returns:
      parentDirectoryId
    • setParentDirectoryId

      public void setParentDirectoryId(UUID parentDirectoryId)
    • 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