cisco.uc.cuae.legacy
Class JTapi.JTapiGetActiveCallsResult

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String[] callIDs
          CallIDs indicates the active calls on the monitored device.
 CuaeCommon.CuaeResult returnValue
           
 
Constructor Summary
JTapi.JTapiGetActiveCallsResult()
          Constructs the JTapiGetActiveCallsResult.
JTapi.JTapiGetActiveCallsResult(CuaeCommon.CuaeResult returnValue, java.lang.String[] callIDs)
          Constructs the JTapiGetActiveCallsResult.
 
Method Summary
 java.lang.String[] getCallIDs()
          Gets the value.
 CuaeCommon.CuaeResult getReturnValue()
          Gets the value.
 void setCallIDs(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

callIDs

public java.lang.String[] callIDs
CallIDs indicates the active calls on the monitored device.

Constructor Detail

JTapi.JTapiGetActiveCallsResult

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


JTapi.JTapiGetActiveCallsResult

public JTapi.JTapiGetActiveCallsResult(CuaeCommon.CuaeResult returnValue,
                                       java.lang.String[] callIDs)
Constructs the JTapiGetActiveCallsResult.

Parameters:
callIDs - CallIDs indicates the active calls on the monitored device. callIDs
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.

getCallIDs

public java.lang.String[] getCallIDs()
Gets the value. CallIDs indicates the active calls on the monitored device.

Returns:
the value.

setCallIDs

public void setCallIDs(java.lang.String[] value)
Sets the value. CallIDs indicates the active calls on the monitored device.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.