|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.mgmt.Management.Device
public static class Management.Device
| Field Summary | |
|---|---|
java.lang.String |
deviceStatus
the current status. |
java.lang.String |
directoryNumber
The directory number of this DevicePoolDevice |
java.lang.String |
id
The database ID of this DevicePoolDevice |
java.lang.String |
name
The value (name or MAC) of this DevicePoolDevice |
java.lang.String |
parentId
The database ID of the parent device pool this device is in |
| Constructor Summary | |
|---|---|
Management.Device()
Constructs the Device. |
|
Management.Device(java.lang.String id,
java.lang.String parentId,
java.lang.String name,
java.lang.String directoryNumber,
java.lang.String deviceStatus)
Constructs the Device. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDeviceStatus()
Gets the value. |
java.lang.String |
getDirectoryNumber()
Gets the value. |
java.lang.String |
getId()
Gets the value. |
java.lang.String |
getName()
Gets the value. |
java.lang.String |
getParentId()
Gets the value. |
void |
setDeviceStatus(java.lang.String value)
Sets the value. |
void |
setDirectoryNumber(java.lang.String value)
Sets the value. |
void |
setId(java.lang.String value)
Sets the value. |
void |
setName(java.lang.String value)
Sets the value. |
void |
setParentId(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String id
public java.lang.String parentId
public java.lang.String name
public java.lang.String directoryNumber
public java.lang.String deviceStatus
| Constructor Detail |
|---|
public Management.Device()
public Management.Device(java.lang.String id,
java.lang.String parentId,
java.lang.String name,
java.lang.String directoryNumber,
java.lang.String deviceStatus)
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| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public void setId(java.lang.String value)
value - the value.public java.lang.String getParentId()
public void setParentId(java.lang.String value)
value - the value.public java.lang.String getName()
public void setName(java.lang.String value)
value - the value.public java.lang.String getDirectoryNumber()
public void setDirectoryNumber(java.lang.String value)
value - the value.public java.lang.String getDeviceStatus()
public void setDeviceStatus(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||