cisco.uc.cuae.mgmt
Class Management.SipDevice
java.lang.Object
cisco.uc.cuae.mgmt.Management.Device
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 DevicePoolDeviceparentId - The database ID of the parent device pool this device is inname - The value (name or MAC) of this DevicePoolDevicedirectoryNumber - The directory number of this DevicePoolDevicedeviceStatus - 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
toString
public java.lang.String toString()
- Overrides:
toString in class Management.Device
Copyright © 2010. All Rights Reserved.