Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.fileserver
Class FileRequest

java.lang.Object
  extended by com.liferay.portal.fabric.netty.fileserver.FileRequest
All Implemented Interfaces:
Serializable

public class FileRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FileRequest(java.nio.file.Path path, long lastModifiedTime, boolean deleteAfterFetch)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getLastModifiedTime()
           
 java.nio.file.Path getPath()
           
 int hashCode()
           
 boolean isDeleteAfterFetch()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileRequest

public FileRequest(java.nio.file.Path path,
                   long lastModifiedTime,
                   boolean deleteAfterFetch)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getLastModifiedTime

public long getLastModifiedTime()

getPath

public java.nio.file.Path getPath()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isDeleteAfterFetch

public boolean isDeleteAfterFetch()

toString

public String toString()
Overrides:
toString in class Object

Liferay 7.0-ce-b4