Class HtmlReporter.MetricResult

  • Enclosing class:
    HtmlReporter

    private static class HtmlReporter.MetricResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Exception exception  
      private Product product  
      private double result  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • product

        private final Product product
      • result

        private final double result
      • exception

        private final java.lang.Exception exception
    • Constructor Detail

      • MetricResult

        public MetricResult​(Product product,
                            double result)
      • MetricResult

        public MetricResult​(Product product,
                            java.lang.Exception exception)