public class FileHandleStatus extends Object implements Serializable
| Constructor and Description |
|---|
FileHandleStatus(String fileId,
long size) |
FileHandleStatus(String fileId,
long lastModified,
String fileName,
String contentType,
long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getFileId() |
String |
getFileName() |
long |
getLastModified() |
long |
getSize() |
String |
toString() |
Copyright © 2017 Blocko Inc.. All rights reserved.