|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoExtensionMobility.User
public static class CiscoExtensionMobility.User
| Field Summary | |
|---|---|
java.lang.String[] |
deviceNames
Devices logged in by the user. |
java.lang.Boolean |
doesNotExist
This user does not exist, if true. |
java.lang.String |
userId
The user name |
| Constructor Summary | |
|---|---|
CiscoExtensionMobility.User()
Constructs the User. |
|
CiscoExtensionMobility.User(java.lang.String userId,
java.lang.String[] deviceNames,
java.lang.Boolean doesNotExist)
Constructs the User. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getDeviceNames()
Gets the value. |
java.lang.Boolean |
getDoesNotExist()
Gets the value. |
java.lang.String |
getUserId()
Gets the value. |
void |
setDeviceNames(java.lang.String[] value)
Sets the value. |
void |
setDoesNotExist(java.lang.Boolean 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 userId
public java.lang.String[] deviceNames
public java.lang.Boolean doesNotExist
| Constructor Detail |
|---|
public CiscoExtensionMobility.User()
public CiscoExtensionMobility.User(java.lang.String userId,
java.lang.String[] deviceNames,
java.lang.Boolean doesNotExist)
userId - The user namedeviceNames - Devices logged in by the user.doesNotExist - This user does not exist, if true.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getUserId()
public void setUserId(java.lang.String value)
value - the value.public java.lang.String[] getDeviceNames()
public void setDeviceNames(java.lang.String[] value)
value - the value.public java.lang.Boolean getDoesNotExist()
public void setDoesNotExist(java.lang.Boolean value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||