|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.JTapi.JTapiHangupCallOptions
public static class JTapi.JTapiHangupCallOptions
| 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 |
|---|
public java.lang.String cause
public java.lang.String deviceName
public java.lang.String jTapiCallId
public java.lang.String callControlCause
public java.lang.String stackToken
public java.lang.Long callId
| Constructor Detail |
|---|
public 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)
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.
causedeviceName - The name of the device that has the ended call.
deviceNamejTapiCallId - The JTapi internal call Id. This can be used to co-relate the originating
jTapiCallId and the terminating ends of the call.
jTapiCallIdcallControlCause - 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.
callControlCausestackToken - The JTAPI protocol call ID.
stackTokencallId - Unique identifier used to identify which call has ended.
callId| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCause()
public void setCause(java.lang.String value)
value - the value.public java.lang.String getDeviceName()
public void setDeviceName(java.lang.String value)
value - the value.public java.lang.String getJTapiCallId()
public void setJTapiCallId(java.lang.String value)
value - the value.public java.lang.String getCallControlCause()
public void setCallControlCause(java.lang.String value)
value - the value.public java.lang.String getStackToken()
public void setStackToken(java.lang.String value)
value - the value.public java.lang.Long getCallId()
public void setCallId(java.lang.Long value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||