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 doublegetPercentRemaining()Returns the battery percent remainingdoublegetRange()Returns the battery rangejava.lang.StringtoString()Returns the stored data string.
-