Class Metrics


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

      Constructors 
      Constructor Description
      Metrics()  
    • Method Summary

      Modifier and Type Method Description
      java.util.List<Metric> getMetrics()
      Current values of the metrics.
      java.lang.String getTitle()
      Timestamp title.
      void setMetrics​(java.util.List<Metric> metrics)
      Current values of the metrics.
      void setTitle​(java.lang.String title)
      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()
    • Method Detail

      • getMetrics

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

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

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

        public void setTitle​(java.lang.String title)
        Timestamp title.