|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.JTapi.JTapiNonTriggeringCallEstablishedOptions
public static class JTapi.JTapiNonTriggeringCallEstablishedOptions
| 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 |
|---|
public java.lang.String stackToken
public java.lang.String callControlCause
public java.lang.Long callId
public java.lang.String deviceName
public java.lang.String from
public java.lang.String to
public java.lang.String jTapiCallId
| Constructor Detail |
|---|
public 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)
stackToken - The JTAPI protocol call ID.
stackTokencallControlCause - The JTAPI protocol CallControlCause for the call. Please refer to the JTAPI
callControlCause documentation for the complete list of Cause and CallControlCause reasons.
callControlCausecallId - Unique identifier used to identify this call leg in all subsequent
callId 3rd-Party JTAPI API operations.
callIddeviceName - The name of the device that has made the call.
deviceNamefrom - The line number on the device that has made the call.
fromto - The called number for this call.
tojTapiCallId - 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 |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getStackToken()
public void setStackToken(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.Long getCallId()
public void setCallId(java.lang.Long value)
value - the value.public java.lang.String getDeviceName()
public void setDeviceName(java.lang.String value)
value - the value.public java.lang.String getFrom()
public void setFrom(java.lang.String value)
value - the value.public java.lang.String getTo()
public void setTo(java.lang.String value)
value - the value.public java.lang.String getJTapiCallId()
public void setJTapiCallId(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||