|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.am.ChargingEventInfo
Defines the structure of data elements that specifies charging event information.
Constructor Summary | |
ChargingEventInfo()
Creates a new ChargingEventInfo instance. |
|
ChargingEventInfo(org.csapi.jr.se.am.ChargingEventName _chargingEventName,
org.csapi.jr.se.am.BalanceInfo _currentBalanceInfo,
java.lang.String _chargingEventTime)
Creates a new ChargingEventInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.am.ChargingEventName |
getChargingEventName()
This method returns a chargingEventName. |
java.lang.String |
getChargingEventTime()
This method returns a chargingEventTime. |
org.csapi.jr.se.am.BalanceInfo |
getCurrentBalanceInfo()
This method returns a currentBalanceInfo. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setChargingEventName(org.csapi.jr.se.am.ChargingEventName chargingEventName)
This method sets a chargingEventName. |
void |
setChargingEventTime(java.lang.String chargingEventTime)
This method sets a chargingEventTime. |
void |
setCurrentBalanceInfo(org.csapi.jr.se.am.BalanceInfo currentBalanceInfo)
This method sets a currentBalanceInfo. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChargingEventInfo()
public ChargingEventInfo(org.csapi.jr.se.am.ChargingEventName _chargingEventName, org.csapi.jr.se.am.BalanceInfo _currentBalanceInfo, java.lang.String _chargingEventTime)
_chargingEventName
- The charging event for which notifications can be requested by the application._currentBalanceInfo
- The current balance of the user's account._chargingEventTime
- The time at which the charging event occurred.Method Detail |
public org.csapi.jr.se.am.ChargingEventName getChargingEventName()
public org.csapi.jr.se.am.BalanceInfo getCurrentBalanceInfo()
public java.lang.String getChargingEventTime()
public void setChargingEventName(org.csapi.jr.se.am.ChargingEventName chargingEventName)
public void setCurrentBalanceInfo(org.csapi.jr.se.am.BalanceInfo currentBalanceInfo)
public void setChargingEventTime(java.lang.String chargingEventTime)
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 |