|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoExtensionMobility.Device
public static class CiscoExtensionMobility.Device
| Field Summary | |
|---|---|
java.lang.String |
deviceName
The name of the device. |
java.lang.Boolean |
doesNotExist
This device does not exist, if true |
java.lang.String |
lastlogin
If not empty and not null, then this indicates the last username to be logged into this device |
java.lang.String |
userId
The user that owns the device. |
| Constructor Summary | |
|---|---|
CiscoExtensionMobility.Device()
Constructs the Device. |
|
CiscoExtensionMobility.Device(java.lang.String deviceName,
java.lang.String userId,
java.lang.Boolean doesNotExist,
java.lang.String lastlogin)
Constructs the Device. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDeviceName()
Gets the value. |
java.lang.Boolean |
getDoesNotExist()
Gets the value. |
java.lang.String |
getLastlogin()
Gets the value. |
java.lang.String |
getUserId()
Gets the value. |
void |
setDeviceName(java.lang.String value)
Sets the value. |
void |
setDoesNotExist(java.lang.Boolean value)
Sets the value. |
void |
setLastlogin(java.lang.String value)
Sets the value. |
void |
setUserId(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 deviceName
public java.lang.String userId
public java.lang.Boolean doesNotExist
public java.lang.String lastlogin
| Constructor Detail |
|---|
public CiscoExtensionMobility.Device()
public CiscoExtensionMobility.Device(java.lang.String deviceName,
java.lang.String userId,
java.lang.Boolean doesNotExist,
java.lang.String lastlogin)
deviceName - The name of the device.userId - The user that owns the device. If null, no user owns the devicedoesNotExist - This device does not exist, if truelastlogin - If not empty and not null, then this indicates the last username to be logged into this device| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDeviceName()
public void setDeviceName(java.lang.String value)
value - the value.public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value - the value.public java.lang.Boolean getDoesNotExist()
public void setDoesNotExist(java.lang.Boolean value)
value - the value.public java.lang.String getLastlogin()
public void setLastlogin(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||