public class DiagnosticData extends Object
| Modifier and Type | Field and Description | 
|---|---|
int | 
batteryChargingTime
The remaining time needed for the terminal to be in cradle to reach capacity that will be enough
  for a requested duration of shopping trip. 
 | 
int | 
batteryChargingTimeElapsed
The duration in minutes in which battery was charged during the current charge cycle. 
 | 
String | 
batteryDateOfManufacture
The manufacture date of the battery in the format year/mm/date. 
 | 
int | 
batteryStateOfCharge
The predicted Battery capacity in terms of Percentage. 
 | 
int | 
batteryStateOfHealth
Battery health in percentage. 
 | 
int | 
batteryTimeToEmpty
The remaining capacity of the battery in minutes. 
 | 
int | 
timeSinceBatteryReplaced
The duration in days battery was last replaced. 
 | 
int | 
timeSinceReboot
The time in minutes since the device cold booted the last time. 
 | 
public int batteryTimeToEmpty
public int batteryStateOfCharge
public int batteryStateOfHealth
public int batteryChargingTime
public int batteryChargingTimeElapsed
public int timeSinceBatteryReplaced
public int timeSinceReboot
public String batteryDateOfManufacture