|
|||||||||||
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.CallReport
Defines the Sequence of Data Elements that specify the call report and call leg report specific information.
Constructor Summary | |
CallReport()
Creates a new CallReport instance. |
|
CallReport(org.csapi.jr.se.cc.CallMonitorMode _monitorMode,
java.lang.String _callEventTime,
org.csapi.jr.se.cc.gccs.CallReportType _callReportType,
org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo _additionalReportInfo)
Creates a new CallReport instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo |
getAdditionalReportInfo()
This method returns a additionalReportInfo. |
java.lang.String |
getCallEventTime()
This method returns a callEventTime. |
org.csapi.jr.se.cc.gccs.CallReportType |
getCallReportType()
This method returns a callReportType. |
org.csapi.jr.se.cc.CallMonitorMode |
getMonitorMode()
This method returns a monitorMode. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAdditionalReportInfo(org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo additionalReportInfo)
This method sets a additionalReportInfo. |
void |
setCallEventTime(java.lang.String callEventTime)
This method sets a callEventTime. |
void |
setCallReportType(org.csapi.jr.se.cc.gccs.CallReportType callReportType)
This method sets a callReportType. |
void |
setMonitorMode(org.csapi.jr.se.cc.CallMonitorMode monitorMode)
This method sets a monitorMode. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallReport()
public CallReport(org.csapi.jr.se.cc.CallMonitorMode _monitorMode, java.lang.String _callEventTime, org.csapi.jr.se.cc.gccs.CallReportType _callReportType, org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo _additionalReportInfo)
_monitorMode
- _callEventTime
- _callReportType
- _additionalReportInfo
- Method Detail |
public org.csapi.jr.se.cc.CallMonitorMode getMonitorMode()
public java.lang.String getCallEventTime()
public org.csapi.jr.se.cc.gccs.CallReportType getCallReportType()
public org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo getAdditionalReportInfo()
public void setMonitorMode(org.csapi.jr.se.cc.CallMonitorMode monitorMode)
public void setCallEventTime(java.lang.String callEventTime)
public void setCallReportType(org.csapi.jr.se.cc.gccs.CallReportType callReportType)
public void setAdditionalReportInfo(org.csapi.jr.se.cc.gccs.CallAdditionalReportInfo additionalReportInfo)
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 |