|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CallControl.RemoteHangupOptions
public static class CallControl.RemoteHangupOptions
| Field Summary | |
|---|---|
java.lang.String |
callId
Unique identifier used to identify the call leg that was hung up by the remote endpoint |
java.lang.String |
endReason
The condition which caused the call leg to terminate. |
| Constructor Summary | |
|---|---|
CallControl.RemoteHangupOptions()
Constructs the RemoteHangupOptions. |
|
CallControl.RemoteHangupOptions(java.lang.String callId,
java.lang.String endReason)
Constructs the RemoteHangupOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallId()
Gets the value. |
java.lang.String |
getEndReason()
Gets the value. |
void |
setCallId(java.lang.String value)
Sets the value. |
void |
setEndReason(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 callId
public java.lang.String endReason
| Constructor Detail |
|---|
public CallControl.RemoteHangupOptions()
public CallControl.RemoteHangupOptions(java.lang.String callId,
java.lang.String endReason)
callId - Unique identifier used to identify the call leg that was hung up by the
callId remote endpoint
callIdendReason - The condition which caused the call leg to terminate. Note that the
endReason underlying protocol puts inherent limitations on how well each EndReason is
endReason supported. Possible values for EndReason are as follows:
endReason
endReason Normal - .
endReason Ringout - .
endReason Busy - .
endReason Unreachable - .
endReason InternalError - .
endReason Unknown - .
endReason| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCallId()
public void setCallId(java.lang.String value)
value - the value.public java.lang.String getEndReason()
public void setEndReason(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||