|
|||||||||||
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.CallInfoReport
Defines the Sequence of Data Elements that specify the call information requested. Information that was not requested is invalid. A callInfoReport will be generated at the end of user interaction and at the end of the connection with the associated address. This means that either the destination related information is present or the resource related information, but not both.
Constructor Summary | |
CallInfoReport()
Creates a new CallInfoReport instance. |
|
CallInfoReport(int _callInfoType,
java.lang.String _callInitiationStartTime,
java.lang.String _callConnectedToResourceTime,
java.lang.String _callConnectedToDestinationTime,
java.lang.String _callEndTime,
org.csapi.jr.se.cc.gccs.CallReleaseCause _cause)
Creates a new CallInfoReport instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getCallConnectedToDestinationTime()
This method returns a callConnectedToDestinationTime. |
java.lang.String |
getCallConnectedToResourceTime()
This method returns a callConnectedToResourceTime. |
java.lang.String |
getCallEndTime()
This method returns a callEndTime. |
int |
getCallInfoType()
This method returns a callInfoType. |
java.lang.String |
getCallInitiationStartTime()
This method returns a callInitiationStartTime. |
org.csapi.jr.se.cc.gccs.CallReleaseCause |
getCause()
This method returns a cause. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCallConnectedToDestinationTime(java.lang.String callConnectedToDestinationTime)
This method sets a callConnectedToDestinationTime. |
void |
setCallConnectedToResourceTime(java.lang.String callConnectedToResourceTime)
This method sets a callConnectedToResourceTime. |
void |
setCallEndTime(java.lang.String callEndTime)
This method sets a callEndTime. |
void |
setCallInfoType(int callInfoType)
This method sets a callInfoType. |
void |
setCallInitiationStartTime(java.lang.String callInitiationStartTime)
This method sets a callInitiationStartTime. |
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 CallInfoReport()
public CallInfoReport(int _callInfoType, java.lang.String _callInitiationStartTime, java.lang.String _callConnectedToResourceTime, java.lang.String _callConnectedToDestinationTime, java.lang.String _callEndTime, org.csapi.jr.se.cc.gccs.CallReleaseCause _cause)
_callInfoType
- The type of call report._callInitiationStartTime
- The time and date when the call, or follow-on call, was started as a result of a routeReq._callConnectedToResourceTime
- The date and time when the call was connected to the resource.
This data element is only valid when information on user interaction is reported._callConnectedToDestinationTime
- The date and time when the call was connected to the destination (that is when the destination answered the call).
If the destination did not answer, the time is set to an empty string.
This data element is invalid when information on user interaction is reported._callEndTime
- The date and time when the call or follow-on call or user interaction was terminated._cause
- The cause of the termination.Method Detail |
public int getCallInfoType()
public java.lang.String getCallInitiationStartTime()
public java.lang.String getCallConnectedToResourceTime()
public java.lang.String getCallConnectedToDestinationTime()
public java.lang.String getCallEndTime()
public org.csapi.jr.se.cc.gccs.CallReleaseCause getCause()
public void setCallInfoType(int callInfoType)
public void setCallInitiationStartTime(java.lang.String callInitiationStartTime)
public void setCallConnectedToResourceTime(java.lang.String callConnectedToResourceTime)
public void setCallConnectedToDestinationTime(java.lang.String callConnectedToDestinationTime)
public void setCallEndTime(java.lang.String callEndTime)
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 |