Class Zone


public class Zone extends GenericObject
Zone object
  • Constructor Details

    • Zone

      public Zone(NXCPMessage msg, NXCSession session)
      Create zone object from NXCP message
      Parameters:
      msg - NXCP message
      session - owning session
  • Method Details

    • 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
    • isAlarmsVisible

      public boolean isAlarmsVisible()
      Description copied from class: AbstractObject
      If this method returns true object can have visible alarms. Default implementation always returns false.
      Overrides:
      isAlarmsVisible in class AbstractObject
      Returns:
      true if object can contain visible alarms
    • getUIN

      public int getUIN()
      Get zone UIN (unique identification number)
      Returns:
      zone UIN
    • getProxyNodes

      public List<AbstractObject> getProxyNodes()
      Get list of proxy nodes
      Returns:
      list of proxy nodes
    • getObjectClassName

      public String getObjectClassName()
      Description copied from class: AbstractObject
      Get name of NetXMS object's class.
      Overrides:
      getObjectClassName in class AbstractObject
      Returns:
      Name of NetXMS object's class