Class SquitMetaInfo

  • All Implemented Interfaces:

    
    public final class SquitMetaInfo
    
                        

    Data class holding further information concerning a single SquitResult.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Instant getDate() The date the associated test was executed.
      final Long getDuration() The time the test has taken in milliseconds.
      final String toJson() Converts this instance into a JSON representation.
      • Methods inherited from class java.lang.Object

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

      • SquitMetaInfo

        SquitMetaInfo(Instant date, Long duration)
    • Method Detail

      • getDate

         final Instant getDate()

        The date the associated test was executed.

      • getDuration

         final Long getDuration()

        The time the test has taken in milliseconds.

      • toJson

         final String toJson()

        Converts this instance into a JSON representation.