cisco.uc.cuae.mgmt
Class Management.SipDevice

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

public static class Management.SipDevice
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.SipDevice()
          Constructs the SipDevice.
Management.SipDevice(java.lang.String id, java.lang.String parentId, java.lang.String name, java.lang.String directoryNumber, java.lang.String deviceStatus)
          Constructs the SipDevice.
 
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.SipDevice

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


Management.SipDevice

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

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.