Class ServerFile


  • public class ServerFile
    extends Object
    Represents information about file in server's file store
    • Constructor Detail

      • ServerFile

        public ServerFile​(org.netxms.base.NXCPMessage msg,
                          long baseId)
        Create server file object from NXCP message.
        Parameters:
        msg - NXCP message
        baseId - base variable ID
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getSize

        public long getSize()
        Returns:
        the size
      • getModifyicationTime

        public Date getModifyicationTime()
        Returns:
        the modifyicationTime
      • getExtension

        public String getExtension()
        Returns:
        the type