|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.JTapi.JTapiCallInitiatedOptions
public static class JTapi.JTapiCallInitiatedOptions
| 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 |
|---|
public java.lang.String from
public java.lang.String deviceName
public java.lang.String stackToken
public java.lang.String jTapiCallId
public java.lang.String callControlCause
public java.lang.Long callId
public java.lang.String partition
| Constructor Detail |
|---|
public 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)
from - The line number on the device that has gone off-hook.
fromdeviceName - The name of the device that has gone off-hook.
deviceNamestackToken - The JTAPI protocol call ID.
stackTokenjTapiCallId - 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. 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, such as JTapiRejectCall, JTapiAnswerCall,
callId JTapiRedirect.
callIdpartition - Name of the partition from which the event is triggered.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getFrom()
public void setFrom(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 getStackToken()
public void setStackToken(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.Long getCallId()
public void setCallId(java.lang.Long value)
value - the value.public java.lang.String getPartition()
public void setPartition(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||