|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.gccs.CallEndedReport
Defines the Sequence of Data Elements that specify the reason for the call ending.
Constructor Summary | |
CallEndedReport()
Creates a new CallEndedReport instance. |
|
CallEndedReport(int _callLegSessionID,
org.csapi.jr.se.cc.gccs.CallReleaseCause _cause)
Creates a new CallEndedReport instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getCallLegSessionID()
This method returns a callLegSessionID. |
org.csapi.jr.se.cc.gccs.CallReleaseCause |
getCause()
This method returns a cause. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCallLegSessionID(int callLegSessionID)
This method sets a callLegSessionID. |
void |
setCause(org.csapi.jr.se.cc.gccs.CallReleaseCause cause)
This method sets a cause. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallEndedReport()
public CallEndedReport(int _callLegSessionID, org.csapi.jr.se.cc.gccs.CallReleaseCause _cause)
_callLegSessionID
- The leg that initiated the release of the call.
If the call release was not initiated by the leg, then this value is set to -1._cause
- The cause of the termination.Method Detail |
public int getCallLegSessionID()
public org.csapi.jr.se.cc.gccs.CallReleaseCause getCause()
public void setCallLegSessionID(int callLegSessionID)
public void setCause(org.csapi.jr.se.cc.gccs.CallReleaseCause cause)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |