Class AgentFileData

java.lang.Object
org.netxms.client.AgentFileData

public class AgentFileData extends Object
Information about file received from agent
  • Constructor Details

    • AgentFileData

      public AgentFileData(String id, String remoteName, File file, UUID monitorId)
      Create new agent file object
      Parameters:
      id - file id
      remoteName - name of remote file
      file - local file
      monitorId - UUID of monitor
  • Method Details

    • getId

      public String getId()
      Returns:
      file id
    • getRemoteName

      public String getRemoteName()
      Returns:
      remote file name
    • getFile

      public File getFile()
      Get local file
      Returns:
      local file
    • getMonitorId

      public UUID getMonitorId()
      Returns:
      the monitorId
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also: