cisco.uc.cuae.legacy
Class JTapi.JTapiHangupCallOptions

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

public static class JTapi.JTapiHangupCallOptions
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 ending.
 java.lang.Long callId
          Unique identifier used to identify which call has ended.
 java.lang.String cause
          The JTAPI protocol cause for the call ending.
 java.lang.String deviceName
          The name of the device that has the ended call.
 java.lang.String jTapiCallId
          The JTapi internal call Id.
 java.lang.String stackToken
          The JTAPI protocol call ID.
 
Constructor Summary
JTapi.JTapiHangupCallOptions()
          Constructs the JTapiHangupCallOptions.
JTapi.JTapiHangupCallOptions(java.lang.String cause, java.lang.String deviceName, java.lang.String jTapiCallId, java.lang.String callControlCause, java.lang.String stackToken, java.lang.Long callId)
          Constructs the JTapiHangupCallOptions.
 
Method Summary
 java.lang.String getCallControlCause()
          Gets the value.
 java.lang.Long getCallId()
          Gets the value.
 java.lang.String getCause()
          Gets the value.
 java.lang.String getDeviceName()
          Gets the value.
 java.lang.String getJTapiCallId()
          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 setCause(java.lang.String value)
          Sets the value.
 void setDeviceName(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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

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


deviceName

public java.lang.String deviceName
The name of the device that has the ended 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.


callControlCause

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


stackToken

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


callId

public java.lang.Long callId
Unique identifier used to identify which call has ended.

Constructor Detail

JTapi.JTapiHangupCallOptions

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


JTapi.JTapiHangupCallOptions

public JTapi.JTapiHangupCallOptions(java.lang.String cause,
                                    java.lang.String deviceName,
                                    java.lang.String jTapiCallId,
                                    java.lang.String callControlCause,
                                    java.lang.String stackToken,
                                    java.lang.Long callId)
Constructs the JTapiHangupCallOptions.

Parameters:
cause - The JTAPI protocol cause for the call ending. Please refer to the JTAPI cause documentation for the complete list of Cause and CallControlCause end cause reasons. cause
deviceName - The name of the device that has the ended call. deviceName
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 ending. Please refer to callControlCause the JTAPI documentation for the complete list of Cause and CallControlCause callControlCause end reasons. callControlCause
stackToken - The JTAPI protocol call ID. stackToken
callId - Unique identifier used to identify which call has ended. callId
Method Detail

toString

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

getCause

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

Returns:
the value.

setCause

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

Parameters:
value - the value.

getDeviceName

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

Returns:
the value.

setDeviceName

public void setDeviceName(java.lang.String value)
Sets the value. The name of the device that has the ended 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.

getCallControlCause

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

Returns:
the value.

setCallControlCause

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

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.

getCallId

public java.lang.Long getCallId()
Gets the value. Unique identifier used to identify which call has ended.

Returns:
the value.

setCallId

public void setCallId(java.lang.Long value)
Sets the value. Unique identifier used to identify which call has ended.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.