@Generated public class FileInfo extends Object
| Constructor and Description |
|---|
FileInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getFileSize() |
Boolean |
getIsDir() |
Long |
getModificationTime() |
String |
getPath() |
int |
hashCode() |
FileInfo |
setFileSize(Long fileSize) |
FileInfo |
setIsDir(Boolean isDir) |
FileInfo |
setModificationTime(Long modificationTime) |
FileInfo |
setPath(String path) |
String |
toString() |
Copyright © 2024. All rights reserved.