cisco.uc.cuae.mgmt
Class Management.CtiDevice

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.Device
      extended by cisco.uc.cuae.mgmt.Management.CtiDevice
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

public static class Management.CtiDevice
extends Management.Device

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.Device
deviceStatus, directoryNumber, id, name, parentId
 
Constructor Summary
Management.CtiDevice()
          Constructs the CtiDevice.
Management.CtiDevice(java.lang.String id, java.lang.String parentId, java.lang.String name, java.lang.String directoryNumber, java.lang.String deviceStatus)
          Constructs the CtiDevice.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.Device
getDeviceStatus, getDirectoryNumber, getId, getName, getParentId, setDeviceStatus, setDirectoryNumber, setId, setName, setParentId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Management.CtiDevice

public Management.CtiDevice()
Constructs the CtiDevice. Don't init any fields.


Management.CtiDevice

public Management.CtiDevice(java.lang.String id,
                            java.lang.String parentId,
                            java.lang.String name,
                            java.lang.String directoryNumber,
                            java.lang.String deviceStatus)
Constructs the CtiDevice.

Parameters:
id - The database ID of this DevicePoolDevice
parentId - The database ID of the parent device pool this device is in
name - The value (name or MAC) of this DevicePoolDevice
directoryNumber - The directory number of this DevicePoolDevice
deviceStatus - the current status. Valid values are: deviceStatus UNSPECIFIED: the current state is unknown deviceStatus DISABLED_STOPPED: the device is disabled and has been stopped deviceStatus DISABLED_ERROR: the device is disabled because of an error while starting deviceStatus DISABLED_RUNNING: not currently used (marked disabled but not yet stopped) deviceStatus ENABLED_STOPPED: enabled but not yet running deviceStatus ENABLED_RUNNING: enabled and running
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Management.Device


Copyright © 2010. All Rights Reserved.