cisco.uc.cuae.legacy
Class JTapi.JTapiRedirectResult

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

public static class JTapi.JTapiRedirectResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 CuaeCommon.CuaeResult returnValue
           
 
Constructor Summary
JTapi.JTapiRedirectResult()
          Constructs the JTapiRedirectResult.
JTapi.JTapiRedirectResult(CuaeCommon.CuaeResult returnValue)
          Constructs the JTapiRedirectResult.
 
Method Summary
 CuaeCommon.CuaeResult getReturnValue()
          Gets the value.
 void setReturnValue(CuaeCommon.CuaeResult 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 CuaeCommon.CuaeResult returnValue
Constructor Detail

JTapi.JTapiRedirectResult

public JTapi.JTapiRedirectResult()
Constructs the JTapiRedirectResult. Don't init any fields.


JTapi.JTapiRedirectResult

public JTapi.JTapiRedirectResult(CuaeCommon.CuaeResult returnValue)
Constructs the JTapiRedirectResult.

Method Detail

toString

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

getReturnValue

public CuaeCommon.CuaeResult getReturnValue()
Gets the value.

Returns:
the value.

setReturnValue

public void setReturnValue(CuaeCommon.CuaeResult value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.