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