public static class FileStorage.FileMetaData extends Object
| Constructor and Description |
|---|
FileMetaData(String resourcePath,
String fileName,
int fileSize,
String checksum) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChecksum() |
String |
getFileName() |
int |
getFileSize() |
String |
getResourcePath() |
void |
setFileName(String fileName) |
void |
setFileSize(int fileSize) |
Copyright © 2019. All rights reserved.