Klasse RestFileInfo
java.lang.Object
de.dlr.proseo.storagemgr.rest.model.RestFileInfo
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestFileInfo.RestFileInfo
(String storageType, String filePath, String fileName, Long fileSize) Creates a new RestFileInfo. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@NotNull String
Returns the fileName.@NotNull String
Returns the filePath.@NotNull Long
Returns the fileSize.@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") String
Returns the storageType.int
hashCode()
void
setFileName
(String fileName) Set the fileName.void
setFilePath
(String filePath) Set the filePath.void
setFileSize
(Long fileSize) Set the fileSize.void
setStorageType
(String storageType) Set the storageType.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
storageType
The type of the storage to ingest the data from -
filePath
The S3/POSIX/ALLUXIO path to the file -
fileName
The file name -
fileSize
The size of the primary product file in bytes
-
-
Konstruktordetails
-
RestFileInfo
public RestFileInfo()Creates a new RestFileInfo. -
RestFileInfo
Creates a new RestFileInfo.
-
-
Methodendetails
-
getStorageType
@NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") public @NotNull @Pattern(regexp="^(S3|ALLUXIO|POSIX|OTHER)$") String getStorageType()Returns the storageType.- Gibt zurück:
- storageType
-
setStorageType
Set the storageType.- Parameter:
storageType
- the new storageType
-
getFilePath
Returns the filePath.- Gibt zurück:
- filePath
-
setFilePath
Set the filePath.- Parameter:
filePath
- the new filePath
-
getFileName
Returns the fileName.- Gibt zurück:
- fileName
-
setFileName
Set the fileName.- Parameter:
fileName
- the new fileName
-
getFileSize
Returns the fileSize.- Gibt zurück:
- fileSize
-
setFileSize
Set the fileSize.- Parameter:
fileSize
- the new fileSize
-
hashCode
public int hashCode() -
equals
-
toString
-