public class NETChargeInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NETChargeInfo.EnergyData |
static class |
NETChargeInfo.Status |
| Constructor and Description |
|---|
NETChargeInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmount()
Returns the current amount of the charging process expressed as number of cents of the
currency.
|
java.lang.String |
getCurrency()
Returns the currency for the amount value.
|
NETChargeInfo.EnergyData |
getEnergyData()
Returns energy data related to the charging process.
|
java.lang.String |
getId()
Returns the id of the charging process.
|
NETChargeInfo.Status |
getStatus()
Returns the status of the charging process.
|
java.lang.String |
toString() |
public java.lang.String getId()
public NETChargeInfo.EnergyData getEnergyData()
getStatus()public java.lang.String getAmount()
getStatus()public java.lang.String getCurrency()
public NETChargeInfo.Status getStatus()
public java.lang.String toString()
toString in class java.lang.Object