public class FileRequest extends Object implements Serializable
Constructor and Description |
---|
FileRequest(Path path,
long lastModifiedTime,
boolean deleteAfterFetch) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getLastModifiedTime() |
Path |
getPath() |
int |
hashCode() |
boolean |
isDeleteAfterFetch() |
String |
toString() |