cisco.uc.cuae.legacy
Class JTapi.JTapiNonTriggeringCallEstablishedOptions

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

public static class JTapi.JTapiNonTriggeringCallEstablishedOptions
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.
 java.lang.String deviceName
          The name of the device that has made the call.
 java.lang.String from
          The line number on the device that has made the call.
 java.lang.String jTapiCallId
          The JTapi internal call Id.
 java.lang.String stackToken
          The JTAPI protocol call ID.
 java.lang.String to
          The called number for this call.
 
Constructor Summary
JTapi.JTapiNonTriggeringCallEstablishedOptions()
          Constructs the JTapiNonTriggeringCallEstablishedOptions.
JTapi.JTapiNonTriggeringCallEstablishedOptions(java.lang.String stackToken, java.lang.String callControlCause, java.lang.Long callId, java.lang.String deviceName, java.lang.String from, java.lang.String to, java.lang.String jTapiCallId)
          Constructs the JTapiNonTriggeringCallEstablishedOptions.
 
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 getStackToken()
          Gets the value.
 java.lang.String getTo()
          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 setStackToken(java.lang.String value)
          Sets the value.
 void setTo(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

stackToken

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


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.


deviceName

public java.lang.String deviceName
The name of the device that has made the call.


from

public java.lang.String from
The line number on the device that has made the call.


to

public java.lang.String to
The called number for this call.


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.

Constructor Detail

JTapi.JTapiNonTriggeringCallEstablishedOptions

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


JTapi.JTapiNonTriggeringCallEstablishedOptions

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

Parameters:
stackToken - The JTAPI protocol call ID. stackToken
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. callId
deviceName - The name of the device that has made the call. deviceName
from - The line number on the device that has made the call. from
to - The called number for this call. to
jTapiCallId - The JTapi internal call Id. This can be used to co-relate the originating jTapiCallId and the terminating ends of the call. jTapiCallId
Method Detail

toString

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

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.

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.

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.

Parameters:
value - the value.

getDeviceName

public java.lang.String getDeviceName()
Gets the value. The name of the device that has made the call.

Returns:
the value.

setDeviceName

public void setDeviceName(java.lang.String value)
Sets the value. The name of the device that has made the call.

Parameters:
value - the value.

getFrom

public java.lang.String getFrom()
Gets the value. The line number on the device that has made the call.

Returns:
the value.

setFrom

public void setFrom(java.lang.String value)
Sets the value. The line number on the device that has made the call.

Parameters:
value - the value.

getTo

public java.lang.String getTo()
Gets the value. The called number for this call.

Returns:
the value.

setTo

public void setTo(java.lang.String value)
Sets the value. The called number for this call.

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.


Copyright © 2010. All Rights Reserved.