Package com.smartcar.sdk.data
Class DiagnosticTroubleCode
- java.lang.Object
-
- com.smartcar.sdk.data.DiagnosticTroubleCode
-
public class DiagnosticTroubleCode extends java.lang.ObjectData 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.StringgetCode()Gets the diagnostic trouble code.java.lang.StringgetTimestamp()Gets the timestamp associated with the code.
-