|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoExtensionMobility.LogoutResult
public static class CiscoExtensionMobility.LogoutResult
| Field Summary | |
|---|---|
java.lang.Integer |
errorCode
This error code maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error codes. |
java.lang.String |
errorMessage
This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages. |
java.lang.String |
returnValue
|
| Constructor Summary | |
|---|---|
CiscoExtensionMobility.LogoutResult()
Constructs the LogoutResult. |
|
CiscoExtensionMobility.LogoutResult(java.lang.String returnValue,
java.lang.Integer errorCode,
java.lang.String errorMessage)
Constructs the LogoutResult. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getErrorCode()
Gets the value. |
java.lang.String |
getErrorMessage()
Gets the value. |
java.lang.String |
getReturnValue()
Gets the value. |
void |
setErrorCode(java.lang.Integer value)
Sets the value. |
void |
setErrorMessage(java.lang.String value)
Sets the value. |
void |
setReturnValue(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 returnValue
public java.lang.Integer errorCode
public java.lang.String errorMessage
| Constructor Detail |
|---|
public CiscoExtensionMobility.LogoutResult()
public CiscoExtensionMobility.LogoutResult(java.lang.String returnValue,
java.lang.Integer errorCode,
java.lang.String errorMessage)
errorCode - This error code maps almost exactly to the standard Cisco Unified
errorCode Communications Manager Extension Mobility API error codes. The one
errorCode exception is if the service returns 0, which is returned by this action
errorCode if the Extension Mobility service did not respond back to the Cisco
errorCode Unified Application Server with response XML or if the action was unable
errorCode to communication with the service.
errorCodeerrorMessage - This error message maps almost exactly to the standard Cisco Unified
errorMessage Communications Manager Extension Mobility API error messages. The one
errorMessage exception is if the service returns null, which is returned by this
errorMessage action if the Extension Mobility service did not respond back to the
errorMessage Cisco Unified Application Server with response XML or if the action was
errorMessage unable to communication with the service.
errorMessage| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getReturnValue()
public void setReturnValue(java.lang.String value)
value - the value.public java.lang.Integer getErrorCode()
public void setErrorCode(java.lang.Integer value)
value - the value.public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||