|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.dsc.DataSessionReportRequest
Defines the Sequence of Data Elements that specify the criteria relating to data session report requests.
Constructor Summary | |
DataSessionReportRequest()
Creates a new DataSessionReportRequest instance. |
|
DataSessionReportRequest(org.csapi.jr.se.dsc.DataSessionMonitorMode _monitorMode,
org.csapi.jr.se.dsc.DataSessionReportType _dataSessionReportType)
Creates a new DataSessionReportRequest instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.dsc.DataSessionReportType |
getDataSessionReportType()
This method returns a dataSessionReportType. |
org.csapi.jr.se.dsc.DataSessionMonitorMode |
getMonitorMode()
This method returns a monitorMode. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setDataSessionReportType(org.csapi.jr.se.dsc.DataSessionReportType dataSessionReportType)
This method sets a dataSessionReportType. |
void |
setMonitorMode(org.csapi.jr.se.dsc.DataSessionMonitorMode monitorMode)
This method sets a monitorMode. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataSessionReportRequest()
public DataSessionReportRequest(org.csapi.jr.se.dsc.DataSessionMonitorMode _monitorMode, org.csapi.jr.se.dsc.DataSessionReportType _dataSessionReportType)
_monitorMode
- _dataSessionReportType
- Method Detail |
public org.csapi.jr.se.dsc.DataSessionMonitorMode getMonitorMode()
public org.csapi.jr.se.dsc.DataSessionReportType getDataSessionReportType()
public void setMonitorMode(org.csapi.jr.se.dsc.DataSessionMonitorMode monitorMode)
public void setDataSessionReportType(org.csapi.jr.se.dsc.DataSessionReportType dataSessionReportType)
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 |