Package com.smartcar.sdk.data
Class DiagnosticSystem
- java.lang.Object
-
- com.smartcar.sdk.data.DiagnosticSystem
-
public class DiagnosticSystem extends java.lang.Object
Data class for an individual diagnostic system.
-
-
Constructor Summary
Constructors Constructor Description DiagnosticSystem()
No-argument constructor for deserialization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Gets the description of the system.java.lang.String
getStatus()
Gets the status of the system.java.lang.String
getSystemId()
Gets the system ID.
-