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