Package com.smartcar.sdk.data
Class VehicleStorage
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.VehicleStorage
-
- All Implemented Interfaces:
java.io.Serializable
public class VehicleStorage extends ApiData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VehicleStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStatus()
Returns the storage statusjava.lang.String
getType()
Returns the storage typejava.lang.String
toString()
Returns the stored data string.
-