Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DiagnosticTroubleCode

        public DiagnosticTroubleCode()
        No-argument constructor for deserialization.
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Gets the diagnostic trouble code.
      • getTimestamp

        public java.lang.String getTimestamp()
        Gets the timestamp associated with the code.