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