Class ProjectFileDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.ProjectFileDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:34:47.493919762Z[Etc/UTC]")
public class ProjectFileDto
extends Object
ProjectFileDto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ProjectFileDto(String name) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid UUIDGet directory@Valid UUIDgetId()Get idGet lastUpdateByGet lastUpdateWhen@NotNull StringgetName()Get name@Valid BigDecimalgetSize()Get sizeinthashCode()lastUpdateBy(String lastUpdateBy) lastUpdateWhen(String lastUpdateWhen) voidsetDirectory(UUID directory) voidvoidsetLastUpdateBy(String lastUpdateBy) voidsetLastUpdateWhen(String lastUpdateWhen) voidvoidsetSize(BigDecimal size) size(BigDecimal size) toString()
-
Constructor Details
-
ProjectFileDto
Deprecated.Default constructor -
ProjectFileDto
Constructor with only required parameters
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
directory
-
getDirectory
Get directory- Returns:
- directory
-
setDirectory
-
lastUpdateWhen
-
getLastUpdateWhen
Get lastUpdateWhen- Returns:
- lastUpdateWhen
-
setLastUpdateWhen
-
lastUpdateBy
-
getLastUpdateBy
Get lastUpdateBy- Returns:
- lastUpdateBy
-
setLastUpdateBy
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
equals
-
hashCode
public int hashCode() -
toString
-
ProjectFileDto(String)