Class ProjectFileDto

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

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

    • ProjectFileDto

      @Deprecated public ProjectFileDto()
      Deprecated.
      Default constructor
    • ProjectFileDto

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

    • id

      public ProjectFileDto id(UUID id)
    • getId

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

      public void setId(UUID id)
    • name

      public ProjectFileDto name(String name)
    • getName

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

      public void setName(String name)
    • directory

      public ProjectFileDto directory(UUID directory)
    • getDirectory

      @Valid public @Valid UUID getDirectory()
      Get directory
      Returns:
      directory
    • setDirectory

      public void setDirectory(UUID directory)
    • lastUpdateWhen

      public ProjectFileDto lastUpdateWhen(String lastUpdateWhen)
    • getLastUpdateWhen

      public String getLastUpdateWhen()
      Get lastUpdateWhen
      Returns:
      lastUpdateWhen
    • setLastUpdateWhen

      public void setLastUpdateWhen(String lastUpdateWhen)
    • lastUpdateBy

      public ProjectFileDto lastUpdateBy(String lastUpdateBy)
    • getLastUpdateBy

      public String getLastUpdateBy()
      Get lastUpdateBy
      Returns:
      lastUpdateBy
    • setLastUpdateBy

      public void setLastUpdateBy(String lastUpdateBy)
    • size

      public ProjectFileDto size(BigDecimal size)
    • getSize

      @Valid public @Valid BigDecimal getSize()
      Get size
      Returns:
      size
    • setSize

      public void setSize(BigDecimal size)
    • 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