cisco.uc.cuae.legacy
Class CiscoExtensionMobility.LoginResult

java.lang.Object
  extended by cisco.uc.cuae.legacy.CiscoExtensionMobility.LoginResult
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CiscoExtensionMobility

public static class CiscoExtensionMobility.LoginResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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.LoginResult()
          Constructs the LoginResult.
CiscoExtensionMobility.LoginResult(java.lang.String returnValue, java.lang.Integer errorCode, java.lang.String errorMessage)
          Constructs the LoginResult.
 
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

returnValue

public java.lang.String returnValue

errorCode

public java.lang.Integer errorCode
This error code maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error codes. The one exception is if the service returns 0, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.


errorMessage

public java.lang.String errorMessage
This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages. The one exception is if the service returns null, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.

Constructor Detail

CiscoExtensionMobility.LoginResult

public CiscoExtensionMobility.LoginResult()
Constructs the LoginResult. Don't init any fields.


CiscoExtensionMobility.LoginResult

public CiscoExtensionMobility.LoginResult(java.lang.String returnValue,
                                          java.lang.Integer errorCode,
                                          java.lang.String errorMessage)
Constructs the LoginResult.

Parameters:
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. errorCode
errorMessage - 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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getReturnValue

public java.lang.String getReturnValue()
Gets the value.

Returns:
the value.

setReturnValue

public void setReturnValue(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getErrorCode

public java.lang.Integer getErrorCode()
Gets the value. This error code maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error codes. The one exception is if the service returns 0, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.

Returns:
the value.

setErrorCode

public void setErrorCode(java.lang.Integer value)
Sets the value. This error code maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error codes. The one exception is if the service returns 0, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.

Parameters:
value - the value.

getErrorMessage

public java.lang.String getErrorMessage()
Gets the value. This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages. The one exception is if the service returns null, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.

Returns:
the value.

setErrorMessage

public void setErrorMessage(java.lang.String value)
Sets the value. This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages. The one exception is if the service returns null, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.