Class Metrics


  • public class Metrics
    extends java.lang.Object
    Current values of the metrics.
    • Constructor Summary

      Constructors 
      Constructor Description
      Metrics​(java.util.List<Metric> metrics, java.lang.String title)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Metric> getMetrics()
      Current values of the metrics.
      java.lang.String getTitle()
      Timestamp title.
      • Methods inherited from class java.lang.Object

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

      • Metrics

        public Metrics​(java.util.List<Metric> metrics,
                       java.lang.String title)
    • Method Detail

      • getMetrics

        public java.util.List<Metric> getMetrics()
        Current values of the metrics.
      • getTitle

        public java.lang.String getTitle()
        Timestamp title.