Class LogArchiveFile

java.lang.Object
com.kosdev.kos.core.service.log.LogArchiveFile

public class LogArchiveFile extends Object
Information about an archive file that needs to be uploaded.
Since:
7
Version:
7
  • Constructor Details

    • LogArchiveFile

      public LogArchiveFile()
  • Method Details

    • getNodeId

      public String getNodeId()
      Return the id of the node the file is located on.
      Since:
      7
    • getFile

      public String getFile()
      Return the full path to the file on the node.
      Since:
      7
    • getCreateTime

      public long getCreateTime()
      Return the time the file was created.
      Since:
      7
    • getSize

      public long getSize()
      Return the size of the file.
      Since:
      7
    • getFileName

      public String getFileName()
      Return just the name of the file.
      Since:
      7
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setNodeId

      public void setNodeId(String nodeId)
    • setFile

      public void setFile(String file)
    • setCreateTime

      public void setCreateTime(long createTime)
    • setSize

      public void setSize(long size)
    • setFileName

      public void setFileName(String fileName)