Package org.netxms.client.objects
Interface ZoneMember
-
- All Known Implementing Classes:
AbstractNode,Cluster,Interface,Node,Subnet
public interface ZoneMemberCommon interface for objects that can be zone members
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetZoneId()Get ID of the zone this object belongs toStringgetZoneName()Get name of the zone this object belongs to
-
-
-
Method Detail
-
getZoneId
long getZoneId()
Get ID of the zone this object belongs to- Returns:
- zone ID
-
getZoneName
String getZoneName()
Get name of the zone this object belongs to- Returns:
- zone name
-
-