org.netxms.client.objects
Class MobileDevice
java.lang.Object
org.netxms.client.objects.GenericObject
org.netxms.client.objects.MobileDevice
public class MobileDevice
- extends GenericObject
Mobile device object
| Fields inherited from class org.netxms.client.objects.GenericObject |
CALCULATE_DEFAULT, CALCULATE_MOST_CRITICAL, CALCULATE_MULTIPLE_THRESHOLDS, CALCULATE_SINGLE_THRESHOLD, childs, customAttributes, OBJECT_AGENTPOLICY, OBJECT_AGENTPOLICY_CONFIG, OBJECT_BUSINESSSERVICE, OBJECT_BUSINESSSERVICEROOT, OBJECT_CLUSTER, OBJECT_CONDITION, OBJECT_CONTAINER, OBJECT_DASHBOARD, OBJECT_DASHBOARDROOT, OBJECT_GENERIC, OBJECT_INTERFACE, OBJECT_MOBILEDEVICE, OBJECT_NETWORK, OBJECT_NETWORKMAP, OBJECT_NETWORKMAPGROUP, OBJECT_NETWORKMAPROOT, OBJECT_NETWORKSERVICE, OBJECT_NODE, OBJECT_NODELINK, OBJECT_POLICYGROUP, OBJECT_POLICYROOT, OBJECT_REPORT, OBJECT_REPORTGROUP, OBJECT_REPORTROOT, OBJECT_SERVICEROOT, OBJECT_SLMCHECK, OBJECT_SUBNET, OBJECT_TEMPLATE, OBJECT_TEMPLATEGROUP, OBJECT_TEMPLATEROOT, OBJECT_VPNCONNECTOR, OBJECT_ZONE, parents, PROPAGATE_DEFAULT, PROPAGATE_FIXED, PROPAGATE_RELATIVE, PROPAGATE_TRANSLATED, PROPAGATE_UNCHANGED, session, STATUS_CRITICAL, STATUS_DISABLED, STATUS_MAJOR, STATUS_MINOR, STATUS_NORMAL, STATUS_TESTING, STATUS_UNKNOWN, STATUS_UNMANAGED, STATUS_WARNING |
| Methods inherited from class org.netxms.client.objects.GenericObject |
getAccessList, getAllChilds, getChildIdList, getChilds, getChildsAsArray, getComments, getCustomAttributes, getFixedPropagatedStatus, getGeolocation, getGuid, getImage, getNumberOfChilds, getNumberOfParents, getObjectClass, getObjectId, getObjectName, getParentIdList, getParents, getParentsAsArray, getPrimaryIP, getStatus, getStatusCalculationMethod, getStatusPropagationMethod, getStatusShift, getStatusSingleThreshold, getStatusThresholds, getStatusTransformation, getSubmapId, getTrustedNodes, hashCode, isChildOf, isChildOf, isDefaultImage, isDeleted, isDirectChildOf, isInheritAccessRights, setSession |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MobileDevice
public MobileDevice(NXCPMessage msg,
NXCSession session)
- Parameters:
msg - session -
getDeviceId
public final java.lang.String getDeviceId()
- Returns:
- the deviceId
getVendor
public final java.lang.String getVendor()
- Returns:
- the vendor
getModel
public final java.lang.String getModel()
- Returns:
- the model
getSerialNumber
public final java.lang.String getSerialNumber()
- Returns:
- the serialNumber
getOsName
public final java.lang.String getOsName()
- Returns:
- the osName
getOsVersion
public final java.lang.String getOsVersion()
- Returns:
- the osVersion
getUserId
public final java.lang.String getUserId()
- Returns:
- the userId
getBatteryLevel
public final int getBatteryLevel()
- Returns:
- the batteryLevel
getObjectClassName
public java.lang.String getObjectClassName()
- Overrides:
getObjectClassName in class GenericObject
- Returns:
- Name of NetXMS object's class
getLastReportTime
public final java.util.Date getLastReportTime()
- Returns:
- the lastReportTime
Copyright © 2013. All Rights Reserved.