Package com.smartcar.sdk.data
Class VehicleBattery
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.VehicleBattery
-
- All Implemented Interfaces:
java.io.Serializable
public class VehicleBattery extends ApiData
POJO for Smartcar /battery endpoint- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VehicleBattery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getPercentRemaining()
Returns the battery percent remainingdouble
getRange()
Returns the battery rangejava.lang.String
toString()
Returns the stored data string.
-