com.ibm.tivoli.maximo.notification

Class DeviceInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.notification.DeviceInfo


  • public class DeviceInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      DeviceInfo(java.lang.String deviceId, java.lang.String type, boolean active) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDeviceId() 
      java.lang.String getType() 
      boolean isActive() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeviceInfo

        public DeviceInfo(java.lang.String deviceId,
                          java.lang.String type,
                          boolean active)
    • Method Detail

      • getDeviceId

        public java.lang.String getDeviceId()
      • getType

        public java.lang.String getType()
      • isActive

        public boolean isActive()