public class FileEvent extends Object implements Comparable<FileEvent>, Externalizable
| Constructor and Description |
|---|
FileEvent() |
FileEvent(FileEventType eventType) |
public FileEvent()
public FileEvent(FileEventType eventType)
public UUID getEventId()
public String getSessionId()
public void setSessionId(String sessionId)
public String getNodeId()
public void setNodeId(String nodeId)
public String getChecksum()
public void setChecksum(String checksum)
public String getTargetLocation()
public void setTargetLocation(String targetLocation)
public String getTargetPath()
public void setTargetPath(String targetPath)
public FileEventType getEventType()
public void setEventType(FileEventType eventType)
public String getRequestId()
public void setRequestId(String requestId)
public Integer getEventVersion()
public void setEventVersion(Integer eventVersion)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getSourceLocation()
public void setSourceLocation(String sourceLocation)
public String getSourcePath()
public void setSourcePath(String sourcePath)
public String getMd5()
public void setMd5(String md5)
public Long getSize()
public void setSize(Long size)
public String getSha1()
public void setSha1(String sha1)
public String getStoreKey()
public void setStoreKey(String storeKey)
public int compareTo(FileEvent o)
compareTo in interface Comparable<FileEvent>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2018-2019. All Rights Reserved.