Class ProjectDirectoryDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.ProjectDirectoryDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:34:47.493919762Z[Etc/UTC]")
public class ProjectDirectoryDto
extends Object
ProjectDirectoryDto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ProjectDirectoryDto(String name) Constructor with only required parameters -
Method Summary
-
Constructor Details
-
ProjectDirectoryDto
Deprecated.Default constructor -
ProjectDirectoryDto
Constructor with only required parameters
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
parentDirectoryId
-
getParentDirectoryId
Get parentDirectoryId- Returns:
- parentDirectoryId
-
setParentDirectoryId
-
equals
-
hashCode
public int hashCode() -
toString
-
ProjectDirectoryDto(String)