Class AccessPoint

    • Constructor Detail

      • AccessPoint

        public AccessPoint​(org.netxms.base.NXCPMessage msg,
                           NXCSession session)
        Parameters:
        msg -
        session -
    • Method Detail

      • isAllowedOnMap

        public boolean isAllowedOnMap()
        Description copied from class: AbstractObject
        If this method returns true object is allowed to be on custom network map. Default implementation always returns false.
        Overrides:
        isAllowedOnMap in class AbstractObject
        Returns:
        true if object is allowed to be on custom network map
      • getNodeId

        public long getNodeId()
        Returns:
        the nodeId
      • getIndex

        public int getIndex()
        Returns:
        the index
      • getMacAddress

        public org.netxms.base.MacAddress getMacAddress()
        Returns:
        the macAddress
      • getIpAddress

        public org.netxms.base.InetAddressEx getIpAddress()
        Returns:
        the ipAddress
      • getVendor

        public String getVendor()
        Returns:
        the vendor
      • getSerialNumber

        public String getSerialNumber()
        Returns:
        the serialNumber
      • getModel

        public String getModel()
        Returns:
        the model
      • getParentNode

        public AbstractNode getParentNode()
        Get parent node object.
        Returns:
        parent node object or null if it is not exist or inaccessible