cisco.uc.cuae.legacy
Class JTapi.JTapiCallInitiatedOptions

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String callControlCause
          The JTAPI protocol CallControlCause for the call.
 java.lang.Long callId
          Unique identifier used to identify this call leg in all subsequent 3rd-Party JTAPI API operations, such as JTapiRejectCall, JTapiAnswerCall, JTapiRedirect.
 java.lang.String deviceName
          The name of the device that has gone off-hook.
 java.lang.String from
          The line number on the device that has gone off-hook.
 java.lang.String jTapiCallId
          The JTapi internal call Id.
 java.lang.String partition
          Name of the partition from which the event is triggered.
 java.lang.String stackToken
          The JTAPI protocol call ID.
 
Constructor Summary
JTapi.JTapiCallInitiatedOptions()
          Constructs the JTapiCallInitiatedOptions.
JTapi.JTapiCallInitiatedOptions(java.lang.String from, java.lang.String deviceName, java.lang.String stackToken, java.lang.String jTapiCallId, java.lang.String callControlCause, java.lang.Long callId, java.lang.String partition)
          Constructs the JTapiCallInitiatedOptions.
 
Method Summary
 java.lang.String getCallControlCause()
          Gets the value.
 java.lang.Long getCallId()
          Gets the value.
 java.lang.String getDeviceName()
          Gets the value.
 java.lang.String getFrom()
          Gets the value.
 java.lang.String getJTapiCallId()
          Gets the value.
 java.lang.String getPartition()
          Gets the value.
 java.lang.String getStackToken()
          Gets the value.
 void setCallControlCause(java.lang.String value)
          Sets the value.
 void setCallId(java.lang.Long value)
          Sets the value.
 void setDeviceName(java.lang.String value)
          Sets the value.
 void setFrom(java.lang.String value)
          Sets the value.
 void setJTapiCallId(java.lang.String value)
          Sets the value.
 void setPartition(java.lang.String value)
          Sets the value.
 void setStackToken(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

from

public java.lang.String from
The line number on the device that has gone off-hook.


deviceName

public java.lang.String deviceName
The name of the device that has gone off-hook.


stackToken

public java.lang.String stackToken
The JTAPI protocol call ID.


jTapiCallId

public java.lang.String jTapiCallId
The JTapi internal call Id. This can be used to co-relate the originating and the terminating ends of the call.


callControlCause

public java.lang.String callControlCause
The JTAPI protocol CallControlCause for the call. Please refer to the JTAPI documentation for the complete list of Cause and CallControlCause reasons.


callId

public java.lang.Long callId
Unique identifier used to identify this call leg in all subsequent 3rd-Party JTAPI API operations, such as JTapiRejectCall, JTapiAnswerCall, JTapiRedirect.


partition

public java.lang.String partition
Name of the partition from which the event is triggered.

Constructor Detail

JTapi.JTapiCallInitiatedOptions

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


JTapi.JTapiCallInitiatedOptions

public JTapi.JTapiCallInitiatedOptions(java.lang.String from,
                                       java.lang.String deviceName,
                                       java.lang.String stackToken,
                                       java.lang.String jTapiCallId,
                                       java.lang.String callControlCause,
                                       java.lang.Long callId,
                                       java.lang.String partition)
Constructs the JTapiCallInitiatedOptions.

Parameters:
from - The line number on the device that has gone off-hook. from
deviceName - The name of the device that has gone off-hook. deviceName
stackToken - The JTAPI protocol call ID. stackToken
jTapiCallId - The JTapi internal call Id. This can be used to co-relate the originating jTapiCallId and the terminating ends of the call. jTapiCallId
callControlCause - The JTAPI protocol CallControlCause for the call. Please refer to the JTAPI callControlCause documentation for the complete list of Cause and CallControlCause reasons. callControlCause
callId - Unique identifier used to identify this call leg in all subsequent callId 3rd-Party JTAPI API operations, such as JTapiRejectCall, JTapiAnswerCall, callId JTapiRedirect. callId
partition - Name of the partition from which the event is triggered.
Method Detail

toString

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

getFrom

public java.lang.String getFrom()
Gets the value. The line number on the device that has gone off-hook.

Returns:
the value.

setFrom

public void setFrom(java.lang.String value)
Sets the value. The line number on the device that has gone off-hook.

Parameters:
value - the value.

getDeviceName

public java.lang.String getDeviceName()
Gets the value. The name of the device that has gone off-hook.

Returns:
the value.

setDeviceName

public void setDeviceName(java.lang.String value)
Sets the value. The name of the device that has gone off-hook.

Parameters:
value - the value.

getStackToken

public java.lang.String getStackToken()
Gets the value. The JTAPI protocol call ID.

Returns:
the value.

setStackToken

public void setStackToken(java.lang.String value)
Sets the value. The JTAPI protocol call ID.

Parameters:
value - the value.

getJTapiCallId

public java.lang.String getJTapiCallId()
Gets the value. The JTapi internal call Id. This can be used to co-relate the originating and the terminating ends of the call.

Returns:
the value.

setJTapiCallId

public void setJTapiCallId(java.lang.String value)
Sets the value. The JTapi internal call Id. This can be used to co-relate the originating and the terminating ends of the call.

Parameters:
value - the value.

getCallControlCause

public java.lang.String getCallControlCause()
Gets the value. The JTAPI protocol CallControlCause for the call. Please refer to the JTAPI documentation for the complete list of Cause and CallControlCause reasons.

Returns:
the value.

setCallControlCause

public void setCallControlCause(java.lang.String value)
Sets the value. The JTAPI protocol CallControlCause for the call. Please refer to the JTAPI documentation for the complete list of Cause and CallControlCause reasons.

Parameters:
value - the value.

getCallId

public java.lang.Long getCallId()
Gets the value. Unique identifier used to identify this call leg in all subsequent 3rd-Party JTAPI API operations, such as JTapiRejectCall, JTapiAnswerCall, JTapiRedirect.

Returns:
the value.

setCallId

public void setCallId(java.lang.Long value)
Sets the value. Unique identifier used to identify this call leg in all subsequent 3rd-Party JTAPI API operations, such as JTapiRejectCall, JTapiAnswerCall, JTapiRedirect.

Parameters:
value - the value.

getPartition

public java.lang.String getPartition()
Gets the value. Name of the partition from which the event is triggered.

Returns:
the value.

setPartition

public void setPartition(java.lang.String value)
Sets the value. Name of the partition from which the event is triggered.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.