Class FileDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.FileDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:34:46.449159850Z[Etc/UTC]")
public class FileDto
extends Object
FileDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabsoluteFile(FileDto absoluteFile) absolutePath(String absolutePath) canonicalFile(FileDto canonicalFile) canonicalPath(String canonicalPath) booleanGet absolute@Valid FileDtoGet absoluteFileGet absolutePath@Valid FileDtoGet canonicalFileGet canonicalPathGet directorygetFile()Get fileGet freeSpaceGet hiddengetName()Get nameGet parent@Valid FileDtoGet parentFilegetPath()Get pathGet totalSpaceGet usableSpaceinthashCode()parentFile(FileDto parentFile) voidsetAbsolute(Boolean absolute) voidsetAbsoluteFile(FileDto absoluteFile) voidsetAbsolutePath(String absolutePath) voidsetCanonicalFile(FileDto canonicalFile) voidsetCanonicalPath(String canonicalPath) voidsetDirectory(Boolean directory) voidvoidsetFreeSpace(Long freeSpace) voidvoidvoidvoidsetParentFile(FileDto parentFile) voidvoidsetTotalSpace(Long totalSpace) voidsetUsableSpace(Long usableSpace) toString()totalSpace(Long totalSpace) usableSpace(Long usableSpace)
-
Constructor Details
-
FileDto
public FileDto()
-
-
Method Details
-
absolute
-
getAbsolute
Get absolute- Returns:
- absolute
-
setAbsolute
-
absoluteFile
-
getAbsoluteFile
Get absoluteFile- Returns:
- absoluteFile
-
setAbsoluteFile
-
absolutePath
-
getAbsolutePath
Get absolutePath- Returns:
- absolutePath
-
setAbsolutePath
-
canonicalFile
-
getCanonicalFile
Get canonicalFile- Returns:
- canonicalFile
-
setCanonicalFile
-
canonicalPath
-
getCanonicalPath
Get canonicalPath- Returns:
- canonicalPath
-
setCanonicalPath
-
directory
-
getDirectory
Get directory- Returns:
- directory
-
setDirectory
-
file
-
getFile
Get file- Returns:
- file
-
setFile
-
freeSpace
-
getFreeSpace
Get freeSpace- Returns:
- freeSpace
-
setFreeSpace
-
getHidden
Get hidden- Returns:
- hidden
-
setHidden
-
name
-
getName
Get name- Returns:
- name
-
setName
-
parent
-
getParent
Get parent- Returns:
- parent
-
setParent
-
parentFile
-
getParentFile
Get parentFile- Returns:
- parentFile
-
setParentFile
-
path
-
getPath
Get path- Returns:
- path
-
setPath
-
totalSpace
-
getTotalSpace
Get totalSpace- Returns:
- totalSpace
-
setTotalSpace
-
usableSpace
-
getUsableSpace
Get usableSpace- Returns:
- usableSpace
-
setUsableSpace
-
equals
-
hashCode
public int hashCode() -
toString
-