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() |
public FileRequest(Path path,
long lastModifiedTime,
boolean deleteAfterFetch)
public boolean equals(Object obj)
equals in class Objectpublic long getLastModifiedTime()
public Path getPath()
public int hashCode()
hashCode in class Objectpublic boolean isDeleteAfterFetch()
public String toString()
toString in class Object