Package com.smartcar.sdk.data
Class VehicleDiagnosticSystemStatus
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.VehicleDiagnosticSystemStatus
-
- All Implemented Interfaces:
java.io.Serializable
public class VehicleDiagnosticSystemStatus extends ApiData
Data class for the diagnostic system status of a vehicle.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VehicleDiagnosticSystemStatus()
No-argument constructor for deserialization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DiagnosticSystem>
getSystems()
Returns the list of diagnostic systems.
-
-
-
Method Detail
-
getSystems
public java.util.List<DiagnosticSystem> getSystems()
Returns the list of diagnostic systems.
-
-