|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallEventInfo
Defines the Sequence of Data Elements that specify the event report specific information.
Constructor Summary | |
CallEventInfo()
Creates a new CallEventInfo instance. |
|
CallEventInfo(org.csapi.jr.se.cc.CallEventType _callEventType,
org.csapi.jr.se.cc.CallAdditionalEventInfo _additionalCallEventInfo,
org.csapi.jr.se.cc.CallMonitorMode _callMonitorMode,
java.lang.String _callEventTime)
Creates a new CallEventInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.CallAdditionalEventInfo |
getAdditionalCallEventInfo()
This method returns a additionalCallEventInfo. |
java.lang.String |
getCallEventTime()
This method returns a callEventTime. |
org.csapi.jr.se.cc.CallEventType |
getCallEventType()
This method returns a callEventType. |
org.csapi.jr.se.cc.CallMonitorMode |
getCallMonitorMode()
This method returns a callMonitorMode. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAdditionalCallEventInfo(org.csapi.jr.se.cc.CallAdditionalEventInfo additionalCallEventInfo)
This method sets a additionalCallEventInfo. |
void |
setCallEventTime(java.lang.String callEventTime)
This method sets a callEventTime. |
void |
setCallEventType(org.csapi.jr.se.cc.CallEventType callEventType)
This method sets a callEventType. |
void |
setCallMonitorMode(org.csapi.jr.se.cc.CallMonitorMode callMonitorMode)
This method sets a callMonitorMode. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallEventInfo()
public CallEventInfo(org.csapi.jr.se.cc.CallEventType _callEventType, org.csapi.jr.se.cc.CallAdditionalEventInfo _additionalCallEventInfo, org.csapi.jr.se.cc.CallMonitorMode _callMonitorMode, java.lang.String _callEventTime)
_callEventType
- _additionalCallEventInfo
- _callMonitorMode
- _callEventTime
- Method Detail |
public org.csapi.jr.se.cc.CallEventType getCallEventType()
public org.csapi.jr.se.cc.CallAdditionalEventInfo getAdditionalCallEventInfo()
public org.csapi.jr.se.cc.CallMonitorMode getCallMonitorMode()
public java.lang.String getCallEventTime()
public void setCallEventType(org.csapi.jr.se.cc.CallEventType callEventType)
public void setAdditionalCallEventInfo(org.csapi.jr.se.cc.CallAdditionalEventInfo additionalCallEventInfo)
public void setCallMonitorMode(org.csapi.jr.se.cc.CallMonitorMode callMonitorMode)
public void setCallEventTime(java.lang.String callEventTime)
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 |