Package com.smartcar.sdk.data
Class DiagnosticTroubleCode
- java.lang.Object
-
- com.smartcar.sdk.data.DiagnosticTroubleCode
-
public class DiagnosticTroubleCode extends java.lang.Object
Data class for an individual diagnostic trouble code.
-
-
Constructor Summary
Constructors Constructor Description DiagnosticTroubleCode()
No-argument constructor for deserialization.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Gets the diagnostic trouble code.java.lang.String
getTimestamp()
Gets the timestamp associated with the code.
-