cisco.uc.cuae.legacy
Class JTapi.JTapiNonTriggeringSubscribeResult

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String resultCode
          Describes the result of the action with a textual success or error message.
 CuaeCommon.CuaeResult returnValue
           
 
Constructor Summary
JTapi.JTapiNonTriggeringSubscribeResult()
          Constructs the JTapiNonTriggeringSubscribeResult.
JTapi.JTapiNonTriggeringSubscribeResult(CuaeCommon.CuaeResult returnValue, java.lang.String resultCode)
          Constructs the JTapiNonTriggeringSubscribeResult.
 
Method Summary
 java.lang.String getResultCode()
          Gets the value.
 CuaeCommon.CuaeResult getReturnValue()
          Gets the value.
 void setResultCode(java.lang.String value)
          Sets 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

resultCode

public java.lang.String resultCode
Describes the result of the action with a textual success or error message.

Constructor Detail

JTapi.JTapiNonTriggeringSubscribeResult

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


JTapi.JTapiNonTriggeringSubscribeResult

public JTapi.JTapiNonTriggeringSubscribeResult(CuaeCommon.CuaeResult returnValue,
                                               java.lang.String resultCode)
Constructs the JTapiNonTriggeringSubscribeResult.

Parameters:
resultCode - Describes the result of the action with a textual success or error resultCode message. resultCode
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.

getResultCode

public java.lang.String getResultCode()
Gets the value. Describes the result of the action with a textual success or error message.

Returns:
the value.

setResultCode

public void setResultCode(java.lang.String value)
Sets the value. Describes the result of the action with a textual success or error message.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.