Package org.netxms.client
Class AgentFileData
- java.lang.Object
-
- org.netxms.client.AgentFileData
-
public class AgentFileData extends Object
Information about file received from agent
-
-
Constructor Summary
Constructors Constructor Description AgentFileData(String id, String remoteName, File file)Create new agent file object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()Get local fileStringgetId()StringgetRemoteName()StringtoString()
-