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